Html Css Color HEX #DD96BD Shocking

📋 copy color: '#DD96BD'

red 221 ◦ green 150 ◦ blue 189

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

Shades of Shocking #DD96BD

Tints of Shocking #DD96BD

RGB

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

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

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

R = 39.46%
G = 26.79%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD96BD (or 0xDD96BD) is known color: Shocking. HEX triplet: DD, 96 and BD. RGB value is (221,150,189). Sum of RGB (Red+Green+Blue) = 221+150+189=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96BD is #226942. Grayscale: #AFAFAF. Windows color (decimal): -2255171 or 12424925. OLE color: 12424925.

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

Color convert

RGB 221 150 189 -
CMYK 0 0.32 0.14 0.13
HSL 327.04º 0.51% 0.73% -
HSV(B) 327.04º 0.32% 0.87% -
XYZ 49.91 40.86 53.4 -
YUV 175.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 221 150 189 0 0.32 0.14 0.13 327.04 0.51 0.73
Hex DD 96 BD 0 20 E D 147 33 49
Octal 335 226 275 0 40 16 15 507 63 111
Binary 11011101 10010110 10111101 0 100000 1110 1101 101000111 110011 1001001

Color Harmonies of #DD96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96BD

Black with #DD96BD

Text Example


Text Example

White with #DD96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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