#DC78BE

Color #DC78BE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DC78BE

Tints of Persian Pink #DC78BE

Color information

#DC78BE (or 0xDC78BE) is unknown color: approx 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

RGB220120190-
CMYK00.450.140.14
HSL318º58.82%66.67%-
HSV(B)318º45.45%86.27%-
XYZ45.5332.3752.56-
YUV157.88146.13172.31-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012019000.450.140.1431858.8266.67
HexDC78BE02DEE13e3b43
Octal334170276055161647673103
Binary110111001111000101111100101101111011101001111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>