#DD9BC4

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

Shades of Shocking #DD9BC4

Tints of Shocking #DD9BC4

Color information

#DD9BC4 (or 0xDD9BC4) is unknown color: approx Shocking. HEX triplet: DD, 9B and C4. RGB value is (221,155,196). Sum of RGB (Red+Green+Blue) = 221+155+196=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BC4 is #22643B. Grayscale: #B3B3B3. Windows color (decimal): -2253884 or 12884957. OLE color: 12884957.

HSL color Cylindrical-coordinate representation of color #DD9BC4: hue angle of 322.73º 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 #DD9BC4 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221155196-
CMYK00.300.110.13
HSL322.73º49.25%73.73%-
HSV(B)322.73º29.86%86.67%-
XYZ51.542.857.77-
YUV179.41137.37157.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=38.64%
G=27.10%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115519600.300.110.13322.7349.2573.73
HexDD9BC401EBD143314a
Octal335233304036131550361112
Binary110111011001101111000100011110101111011010000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BC4; }

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

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

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

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

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

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

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

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