Html Css Color HEX #DD9DBB Shocking

📋 copy color: '#DD9DBB'

red 221 ◦ green 157 ◦ blue 187

#DD9DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #DD9DBB

Tints of Shocking #DD9DBB

RGB

 RED value IS 221 (86.72% from 255) = 39.12%

 GREEN value IS 157 (61.72% from 255) = 27.79%

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 39.12%
G = 27.79%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD9DBB (or 0xDD9DBB) is known color: Shocking. HEX triplet: DD, 9D and BB. RGB value is (221,157,187). Sum of RGB (Red+Green+Blue) = 221+157+187=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DBB is #226244. Grayscale: #B3B3B3. Windows color (decimal): -2253381 or 12295645. OLE color: 12295645.

HSL color Cylindrical-coordinate representation of color #DD9DBB: hue angle of 331.88º degrees, saturation: 0.48, 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 #DD9DBB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 187 -
CMYK 0 0.29 0.15 0.13
HSL 331.88º 0.48% 0.74% -
HSV(B) 331.88º 0.29% 0.87% -
XYZ 50.85 43.07 52.65 -
YUV 179.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 221 157 187 0 0.29 0.15 0.13 331.88 0.48 0.74
Hex DD 9D BB 0 1D F D 14C 30 4A
Octal 335 235 273 0 35 17 15 514 60 112
Binary 11011101 10011101 10111011 0 11101 1111 1101 101001100 110000 1001010

Color Harmonies of #DD9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DBB

Black with #DD9DBB

Text Example


Text Example

White with #DD9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DBB; }

 p { color: rgb(221,157,187); }

 H1.HeaderClassName
 {
   color: #DD9DBB;
 }
 .AnyTagClassName
 {
   color: #DD9DBB;
 }
</style>

background-color css

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

 a { background-color: rgb(221,157,187); }

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

border-color css

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

 span { border-color: rgb(221,157,187); }

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