Html Css Color HEX #DD96B6 Shocking

📋 copy color: '#DD96B6'

red 221 ◦ green 150 ◦ blue 182

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

Shades of Shocking #DD96B6

Tints of Shocking #DD96B6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.12%

 BLUE value IS 182 (71.48% from 255) = 32.91%

R = 39.96%
G = 27.12%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD96B6 (or 0xDD96B6) is known color: Shocking. HEX triplet: DD, 96 and B6. RGB value is (221,150,182). Sum of RGB (Red+Green+Blue) = 221+150+182=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96B6 is #226949. Grayscale: #AEAEAE. Windows color (decimal): -2255178 or 11966173. OLE color: 11966173.

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

Color convert

RGB 221 150 182 -
CMYK 0 0.32 0.18 0.13
HSL 332.96º 0.51% 0.73% -
HSV(B) 332.96º 0.32% 0.87% -
XYZ 49.17 40.56 49.49 -
YUV 174.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 221 150 182 0 0.32 0.18 0.13 332.96 0.51 0.73
Hex DD 96 B6 0 20 12 D 14D 33 49
Octal 335 226 266 0 40 22 15 515 63 111
Binary 11011101 10010110 10110110 0 100000 10010 1101 101001101 110011 1001001

Color Harmonies of #DD96B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96B6

Black with #DD96B6

Text Example


Text Example

White with #DD96B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96B6; }

 p { color: rgb(221,150,182); }

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

background-color css

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

 a { background-color: rgb(221,150,182); }

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

border-color css

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

 span { border-color: rgb(221,150,182); }

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