#DC87BD

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

Shades of Shocking #DC87BD

Tints of Shocking #DC87BD

Color information

#DC87BD (or 0xDC87BD) is unknown color: approx Shocking. HEX triplet: DC, 87 and BD. RGB value is (220,135,189). Sum of RGB (Red+Green+Blue) = 220+135+189=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87BD is #237842. Grayscale: #A6A6A6. Windows color (decimal): -2324547 or 12421084. OLE color: 12421084.

HSL color Cylindrical-coordinate representation of color #DC87BD: hue angle of 321.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87BD is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220135189-
CMYK00.390.140.14
HSL321.88º54.84%69.61%-
HSV(B)321.88º38.64%86.27%-
XYZ47.3636.2252.64-
YUV166.57140.66166.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=40.44%
G=24.82%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013518900.390.140.14321.8854.8469.61
HexDC87BD027EE1423746
Octal334207275047161650267106
Binary1101110010000111101111010100111111011101010000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87BD; }

 p { color: rgb(220,135,189); }

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

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

 a { background-color: rgb(220,135,189); }

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

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

 span { border-color: rgb(220,135,189); }

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