#DC83BC

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

Shades of Persian Pink #DC83BC

Tints of Persian Pink #DC83BC

Color information

#DC83BC (or 0xDC83BC) is unknown color: approx Persian Pink. HEX triplet: DC, 83 and BC. RGB value is (220,131,188). Sum of RGB (Red+Green+Blue) = 220+131+188=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83BC is #237C43. Grayscale: #A3A3A3. Windows color (decimal): -2325572 or 12354524. OLE color: 12354524.

HSL color Cylindrical-coordinate representation of color #DC83BC: hue angle of 321.57º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83BC is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220131188-
CMYK00.400.150.14
HSL321.57º55.97%68.82%-
HSV(B)321.57º40.45%86.27%-
XYZ46.7135.0851.89-
YUV164.11141.49167.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=40.82%
G=24.30%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013118800.400.150.14321.5755.9768.82
HexDC83BC028FE1423845
Octal334203274050171650270105
Binary1101110010000011101111000101000111111101010000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83BC; }

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

 H1.HeaderClassName
 {
   color: #DC83BC;
 }
 .AnyTagClassName
 {
   color: #DC83BC;
 }
</style>
background-color css

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

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

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

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

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

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