Html Css Color HEX #DD9AB9 Shocking

📋 copy color: '#DD9AB9'

red 221 ◦ green 154 ◦ blue 185

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

Shades of Shocking #DD9AB9

Tints of Shocking #DD9AB9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.5%

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 39.46%
G = 27.5%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD9AB9 (or 0xDD9AB9) is known color: Shocking. HEX triplet: DD, 9A and B9. RGB value is (221,154,185). Sum of RGB (Red+Green+Blue) = 221+154+185=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9AB9 is #226546. Grayscale: #B1B1B1. Windows color (decimal): -2254151 or 12163805. OLE color: 12163805.

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

Color convert

RGB 221 154 185 -
CMYK 0 0.30 0.16 0.13
HSL 332.24º 0.5% 0.74% -
HSV(B) 332.24º 0.3% 0.87% -
XYZ 50.13 41.99 51.36 -
YUV 177.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 221 154 185 0 0.30 0.16 0.13 332.24 0.5 0.74
Hex DD 9A B9 0 1E 10 D 14C 32 4A
Octal 335 232 271 0 36 20 15 514 62 112
Binary 11011101 10011010 10111001 0 11110 10000 1101 101001100 110010 1001010

Color Harmonies of #DD9AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9AB9

Black with #DD9AB9

Text Example


Text Example

White with #DD9AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9AB9; }

 p { color: rgb(221,154,185); }

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

background-color css

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

 a { background-color: rgb(221,154,185); }

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

border-color css

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

 span { border-color: rgb(221,154,185); }

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