Html Css Color HEX #DC75BC Persian Pink

📋 copy color: '#DC75BC'

red 220 ◦ green 117 ◦ blue 188

#DC75BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DC75BC

Tints of Persian Pink #DC75BC

RGB

 RED value IS 220 (86.33% from 255) = 41.9%

 GREEN value IS 117 (46.09% from 255) = 22.29%

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 41.9%
G = 22.29%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC75BC (or 0xDC75BC) is known color: Persian Pink. HEX triplet: DC, 75 and BC. RGB value is (220,117,188). Sum of RGB (Red+Green+Blue) = 220+117+188=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75BC is #238A43. Grayscale: #9B9B9B. Windows color (decimal): -2329156 or 12350940. OLE color: 12350940.

HSL color Cylindrical-coordinate representation of color #DC75BC: hue angle of 318.64º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75BC is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 188 -
CMYK 0 0.47 0.15 0.14
HSL 318.64º 0.6% 0.66% -
HSV(B) 318.64º 0.47% 0.86% -
XYZ 44.95 31.57 51.3 -
YUV 155.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 220 117 188 0 0.47 0.15 0.14 318.64 0.6 0.66
Hex DC 75 BC 0 2F F E 13F 3C 42
Octal 334 165 274 0 57 17 16 477 74 102
Binary 11011100 1110101 10111100 0 101111 1111 1110 100111111 111100 1000010

Color Harmonies of #DC75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75BC

Black with #DC75BC

Text Example


Text Example

White with #DC75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75BC; }

 p { color: rgb(220,117,188); }

 H1.HeaderClassName
 {
   color: #DC75BC;
 }
 .AnyTagClassName
 {
   color: #DC75BC;
 }
</style>

background-color css

<style>
 a { background-color: #DC75BC; }

 a { background-color: rgb(220,117,188); }

 div.DivClassName
 {
   background-color: #DC75BC;
 }
 .BgClassName
 {
   background-color: #DC75BC;
 }
</style>

border-color css

<style>
 span { border-color: #DC75BC; }

 span { border-color: rgb(220,117,188); }

 td.TdClassName
 {
   border-color: #DC75BC;
 }
 .TagClassName
 {
   border-color: #DC75BC;
 }
</style>