Html Css Color HEX #DC78B2 Persian Pink

📋 copy color: '#DC78B2'

red 220 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #DC78B2

Tints of Persian Pink #DC78B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.36%

R = 42.47%
G = 23.17%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC78B2 (or 0xDC78B2) is known color: Persian Pink. HEX triplet: DC, 78 and B2. RGB value is (220,120,178). Sum of RGB (Red+Green+Blue) = 220+120+178=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78B2 is #23874D. Grayscale: #9C9C9C. Windows color (decimal): -2328398 or 11696348. OLE color: 11696348.

HSL color Cylindrical-coordinate representation of color #DC78B2: hue angle of 325.2º 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 #DC78B2 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 178 -
CMYK 0 0.45 0.19 0.14
HSL 325.2º 0.59% 0.67% -
HSV(B) 325.2º 0.45% 0.86% -
XYZ 44.27 31.86 45.94 -
YUV 156.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 220 120 178 0 0.45 0.19 0.14 325.2 0.59 0.67
Hex DC 78 B2 0 2D 13 E 145 3B 43
Octal 334 170 262 0 55 23 16 505 73 103
Binary 11011100 1111000 10110010 0 101101 10011 1110 101000101 111011 1000011

Color Harmonies of #DC78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78B2

Black with #DC78B2

Text Example


Text Example

White with #DC78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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