#DD9BC6

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

Shades of Shocking #DD9BC6

Tints of Shocking #DD9BC6

Color information

#DD9BC6 (or 0xDD9BC6) is unknown color: approx Shocking. HEX triplet: DD, 9B and C6. RGB value is (221,155,198). Sum of RGB (Red+Green+Blue) = 221+155+198=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BC6 is #226439. Grayscale: #B3B3B3. Windows color (decimal): -2253882 or 13016029. OLE color: 13016029.

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

Color convert

RGB221155198-
CMYK00.300.100.13
HSL320.91º49.25%73.73%-
HSV(B)320.91º29.86%86.67%-
XYZ51.7342.8958.98-
YUV179.64138.37157.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=38.50%
G=27.00%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115519800.300.100.13320.9149.2573.73
HexDD9BC601EAD141314a
Octal335233306036121550161112
Binary110111011001101111000110011110101011011010000011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BC6; }

 p { color: rgb(221,155,198); }

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

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

 a { background-color: rgb(221,155,198); }

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

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

 span { border-color: rgb(221,155,198); }

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