Html Css Color HEX #DD99BC Shocking

📋 copy color: '#DD99BC'

red 221 ◦ green 153 ◦ blue 188

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

Shades of Shocking #DD99BC

Tints of Shocking #DD99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.45%

R = 39.32%
G = 27.22%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD99BC (or 0xDD99BC) is known color: Shocking. HEX triplet: DD, 99 and BC. RGB value is (221,153,188). Sum of RGB (Red+Green+Blue) = 221+153+188=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BC is #226643. Grayscale: #B1B1B1. Windows color (decimal): -2254404 or 12360157. OLE color: 12360157.

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

Color convert

RGB 221 153 188 -
CMYK 0 0.31 0.15 0.13
HSL 329.12º 0.5% 0.73% -
HSV(B) 329.12º 0.31% 0.87% -
XYZ 50.29 41.79 52.99 -
YUV 177.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 221 153 188 0 0.31 0.15 0.13 329.12 0.5 0.73
Hex DD 99 BC 0 1F F D 149 32 49
Octal 335 231 274 0 37 17 15 511 62 111
Binary 11011101 10011001 10111100 0 11111 1111 1101 101001001 110010 1001001

Color Harmonies of #DD99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99BC

Black with #DD99BC

Text Example


Text Example

White with #DD99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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