Html Css Color HEX #DC78BC Persian Pink

📋 copy color: '#DC78BC'

red 220 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #DC78BC

Tints of Persian Pink #DC78BC

RGB

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

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

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

R = 41.67%
G = 22.73%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC78BC (or 0xDC78BC) is known color: Persian Pink. HEX triplet: DC, 78 and BC. RGB value is (220,120,188). Sum of RGB (Red+Green+Blue) = 220+120+188=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78BC is #238743. Grayscale: #9D9D9D. Windows color (decimal): -2328388 or 12351708. OLE color: 12351708.

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

Color convert

RGB 220 120 188 -
CMYK 0 0.45 0.15 0.14
HSL 319.2º 0.59% 0.67% -
HSV(B) 319.2º 0.45% 0.86% -
XYZ 45.31 32.28 51.42 -
YUV 157.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 220 120 188 0 0.45 0.15 0.14 319.2 0.59 0.67
Hex DC 78 BC 0 2D F E 13F 3B 43
Octal 334 170 274 0 55 17 16 477 73 103
Binary 11011100 1111000 10111100 0 101101 1111 1110 100111111 111011 1000011

Color Harmonies of #DC78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78BC

Black with #DC78BC

Text Example


Text Example

White with #DC78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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