#DD97BD

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

Shades of Shocking #DD97BD

Tints of Shocking #DD97BD

Color information

#DD97BD (or 0xDD97BD) is unknown color: approx Shocking. HEX triplet: DD, 97 and BD. RGB value is (221,151,189). Sum of RGB (Red+Green+Blue) = 221+151+189=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97BD is #226842. Grayscale: #B0B0B0. Windows color (decimal): -2254915 or 12425181. OLE color: 12425181.

HSL color Cylindrical-coordinate representation of color #DD97BD: hue angle of 327.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97BD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221151189-
CMYK00.320.140.13
HSL327.43º50.72%72.94%-
HSV(B)327.43º31.67%86.67%-
XYZ50.0741.1853.45-
YUV176.26135.19159.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=39.39%
G=26.92%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115118900.320.140.13327.4350.7272.94
HexDD97BD020ED1473349
Octal335227275040161550763111
Binary1101110110010111101111010100000111011011010001111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97BD; }

 p { color: rgb(221,151,189); }

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

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

 a { background-color: rgb(221,151,189); }

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

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

 span { border-color: rgb(221,151,189); }

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