Html Css Color HEX #DC78B9 Persian Pink

📋 copy color: '#DC78B9'

red 220 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #DC78B9

Tints of Persian Pink #DC78B9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.86%

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 41.9%
G = 22.86%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC78B9 (or 0xDC78B9) is known color: Persian Pink. HEX triplet: DC, 78 and B9. RGB value is (220,120,185). Sum of RGB (Red+Green+Blue) = 220+120+185=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78B9 is #238746. Grayscale: #9D9D9D. Windows color (decimal): -2328391 or 12155100. OLE color: 12155100.

HSL color Cylindrical-coordinate representation of color #DC78B9: hue angle of 321º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC78B9 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 185 -
CMYK 0 0.45 0.16 0.14
HSL 321º 0.59% 0.67% -
HSV(B) 321º 0.45% 0.86% -
XYZ 44.99 32.15 49.73 -
YUV 157.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 220 120 185 0 0.45 0.16 0.14 321 0.59 0.67
Hex DC 78 B9 0 2D 10 E 141 3B 43
Octal 334 170 271 0 55 20 16 501 73 103
Binary 11011100 1111000 10111001 0 101101 10000 1110 101000001 111011 1000011

Color Harmonies of #DC78B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78B9

Black with #DC78B9

Text Example


Text Example

White with #DC78B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78B9; }

 p { color: rgb(220,120,185); }

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

background-color css

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

 a { background-color: rgb(220,120,185); }

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

border-color css

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

 span { border-color: rgb(220,120,185); }

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