Html Css Color HEX #DC78B4 Persian Pink

📋 copy color: '#DC78B4'

red 220 ◦ green 120 ◦ blue 180

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

Shades of Persian Pink #DC78B4

Tints of Persian Pink #DC78B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 42.31%
G = 23.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC78B4 (or 0xDC78B4) is known color: Persian Pink. HEX triplet: DC, 78 and B4. RGB value is (220,120,180). Sum of RGB (Red+Green+Blue) = 220+120+180=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78B4 is #23874B. Grayscale: #9C9C9C. Windows color (decimal): -2328396 or 11827420. OLE color: 11827420.

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

Color convert

RGB 220 120 180 -
CMYK 0 0.45 0.18 0.14
HSL 324º 0.59% 0.67% -
HSV(B) 324º 0.45% 0.86% -
XYZ 44.47 31.94 47 -
YUV 156.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 220 120 180 0 0.45 0.18 0.14 324 0.59 0.67
Hex DC 78 B4 0 2D 12 E 144 3B 43
Octal 334 170 264 0 55 22 16 504 73 103
Binary 11011100 1111000 10110100 0 101101 10010 1110 101000100 111011 1000011

Color Harmonies of #DC78B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78B4

Black with #DC78B4

Text Example


Text Example

White with #DC78B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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