#DC84BB

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

Shades of Shocking #DC84BB

Tints of Shocking #DC84BB

Color information

#DC84BB (or 0xDC84BB) is unknown color: approx Shocking. HEX triplet: DC, 84 and BB. RGB value is (220,132,187). Sum of RGB (Red+Green+Blue) = 220+132+187=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84BB is #237B44. Grayscale: #A4A4A4. Windows color (decimal): -2325317 or 12289244. OLE color: 12289244.

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

Color convert

RGB220132187-
CMYK00.400.150.14
HSL322.5º55.7%69.02%-
HSV(B)322.5º40%86.27%-
XYZ46.7435.3151.37-
YUV164.58140.65167.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=40.82%
G=24.49%
B=34.69%

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
Decimal22013218700.400.150.14322.555.769.02
HexDC84BB028FE1423845
Octal334204273050171650270105
Binary1101110010000100101110110101000111111101010000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84BB; }

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

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

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

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

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

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

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

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