#DC83BB

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

Shades of Shocking #DC83BB

Tints of Shocking #DC83BB

Color information

#DC83BB (or 0xDC83BB) is unknown color: approx Shocking. HEX triplet: DC, 83 and BB. RGB value is (220,131,187). Sum of RGB (Red+Green+Blue) = 220+131+187=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83BB is #237C44. Grayscale: #A3A3A3. Windows color (decimal): -2325573 or 12288988. OLE color: 12288988.

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

Color convert

RGB220131187-
CMYK00.400.150.14
HSL322.25º55.97%68.82%-
HSV(B)322.25º40.45%86.27%-
XYZ46.635.0451.32-
YUV164140.99167.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=40.89%
G=24.35%
B=34.76%

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
Decimal22013118700.400.150.14322.2555.9768.82
HexDC83BB028FE1423845
Octal334203273050171650270105
Binary1101110010000011101110110101000111111101010000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83BB; }

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

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

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

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

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

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

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

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