Html Css Color HEX #DD96B9 Shocking

📋 copy color: '#DD96B9'

red 221 ◦ green 150 ◦ blue 185

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

Shades of Shocking #DD96B9

Tints of Shocking #DD96B9

RGB

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

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

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

R = 39.75%
G = 26.98%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD96B9 (or 0xDD96B9) is known color: Shocking. HEX triplet: DD, 96 and B9. RGB value is (221,150,185). Sum of RGB (Red+Green+Blue) = 221+150+185=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96B9 is #226946. Grayscale: #AFAFAF. Windows color (decimal): -2255175 or 12162781. OLE color: 12162781.

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

Color convert

RGB 221 150 185 -
CMYK 0 0.32 0.16 0.13
HSL 330.42º 0.51% 0.73% -
HSV(B) 330.42º 0.32% 0.87% -
XYZ 49.48 40.69 51.14 -
YUV 175.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 221 150 185 0 0.32 0.16 0.13 330.42 0.51 0.73
Hex DD 96 B9 0 20 10 D 14A 33 49
Octal 335 226 271 0 40 20 15 512 63 111
Binary 11011101 10010110 10111001 0 100000 10000 1101 101001010 110011 1001001

Color Harmonies of #DD96B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96B9

Black with #DD96B9

Text Example


Text Example

White with #DD96B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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