Html Css Color HEX #DC78BA Persian Pink

📋 copy color: '#DC78BA'

red 220 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #DC78BA

Tints of Persian Pink #DC78BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 41.83%
G = 22.81%
B = 35.36%

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

#DC78BA (or 0xDC78BA) is known color: Persian Pink. HEX triplet: DC, 78 and BA. RGB value is (220,120,186). Sum of RGB (Red+Green+Blue) = 220+120+186=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78BA is #238745. Grayscale: #9D9D9D. Windows color (decimal): -2328390 or 12220636. OLE color: 12220636.

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

Color convert

RGB 220 120 186 -
CMYK 0 0.45 0.15 0.14
HSL 320.4º 0.59% 0.67% -
HSV(B) 320.4º 0.45% 0.86% -
XYZ 45.09 32.19 50.29 -
YUV 157.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 220 120 186 0 0.45 0.15 0.14 320.4 0.59 0.67
Hex DC 78 BA 0 2D F E 140 3B 43
Octal 334 170 272 0 55 17 16 500 73 103
Binary 11011100 1111000 10111010 0 101101 1111 1110 101000000 111011 1000011

Color Harmonies of #DC78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78BA

Black with #DC78BA

Text Example


Text Example

White with #DC78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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