Html Css Color HEX #DD99BD Shocking

📋 copy color: '#DD99BD'

red 221 ◦ green 153 ◦ blue 189

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

Shades of Shocking #DD99BD

Tints of Shocking #DD99BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.18%

 BLUE value IS 189 (74.22% from 255) = 33.57%

R = 39.25%
G = 27.18%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD99BD (or 0xDD99BD) is known color: Shocking. HEX triplet: DD, 99 and BD. RGB value is (221,153,189). Sum of RGB (Red+Green+Blue) = 221+153+189=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BD is #226642. Grayscale: #B1B1B1. Windows color (decimal): -2254403 or 12425693. OLE color: 12425693.

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

Color convert

RGB 221 153 189 -
CMYK 0 0.31 0.14 0.13
HSL 328.24º 0.5% 0.73% -
HSV(B) 328.24º 0.31% 0.87% -
XYZ 50.4 41.83 53.56 -
YUV 177.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 221 153 189 0 0.31 0.14 0.13 328.24 0.5 0.73
Hex DD 99 BD 0 1F E D 148 32 49
Octal 335 231 275 0 37 16 15 510 62 111
Binary 11011101 10011001 10111101 0 11111 1110 1101 101001000 110010 1001001

Color Harmonies of #DD99BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99BD

Black with #DD99BD

Text Example


Text Example

White with #DD99BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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