Html Css Color HEX #DC78BE Persian Pink

📋 copy color: '#DC78BE'

red 220 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #DC78BE

Tints of Persian Pink #DC78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 41.51%
G = 22.64%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC78BE (or 0xDC78BE) is known color: Persian Pink. HEX triplet: DC, 78 and BE. RGB value is (220,120,190). Sum of RGB (Red+Green+Blue) = 220+120+190=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78BE is #238741. Grayscale: #9D9D9D. Windows color (decimal): -2328386 or 12482780. OLE color: 12482780.

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

Color convert

RGB 220 120 190 -
CMYK 0 0.45 0.14 0.14
HSL 318º 0.59% 0.67% -
HSV(B) 318º 0.45% 0.86% -
XYZ 45.53 32.37 52.56 -
YUV 157.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 220 120 190 0 0.45 0.14 0.14 318 0.59 0.67
Hex DC 78 BE 0 2D E E 13E 3B 43
Octal 334 170 276 0 55 16 16 476 73 103
Binary 11011100 1111000 10111110 0 101101 1110 1110 100111110 111011 1000011

Color Harmonies of #DC78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78BE

Black with #DC78BE

Text Example


Text Example

White with #DC78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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