#DD9CCB

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

Shades of Shocking #DD9CCB

Tints of Shocking #DD9CCB

Color information

#DD9CCB (or 0xDD9CCB) is unknown color: approx Shocking. HEX triplet: DD, 9C and CB. RGB value is (221,156,203). Sum of RGB (Red+Green+Blue) = 221+156+203=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCB is #226334. Grayscale: #B4B4B4. Windows color (decimal): -2253621 or 13343965. OLE color: 13343965.

HSL color Cylindrical-coordinate representation of color #DD9CCB: hue angle of 316.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CCB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221156203-
CMYK00.290.080.13
HSL316.62º48.87%73.92%-
HSV(B)316.62º29.41%86.67%-
XYZ52.4943.4662.12-
YUV180.79140.53156.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 203 (79.69% from 255) = 35%
R=38.10%
G=26.90%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115620300.290.080.13316.6248.8773.92
HexDD9CCB01D8D13d314a
Octal335234313035101547561112
Binary110111011001110011001011011101100011011001111011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CCB; }

 p { color: rgb(221,156,203); }

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

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

 a { background-color: rgb(221,156,203); }

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

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

 span { border-color: rgb(221,156,203); }

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