Html Css Color HEX #DD9EC5 Shocking

📋 copy color: '#DD9EC5'

red 221 ◦ green 158 ◦ blue 197

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

Shades of Shocking #DD9EC5

Tints of Shocking #DD9EC5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.43%

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 38.37%
G = 27.43%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD9EC5 (or 0xDD9EC5) is known color: Shocking. HEX triplet: DD, 9E and C5. RGB value is (221,158,197). Sum of RGB (Red+Green+Blue) = 221+158+197=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EC5 is #22613A. Grayscale: #B5B5B5. Windows color (decimal): -2253115 or 12951261. OLE color: 12951261.

HSL color Cylindrical-coordinate representation of color #DD9EC5: hue angle of 322.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EC5 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 197 -
CMYK 0 0.29 0.11 0.13
HSL 322.86º 0.48% 0.74% -
HSV(B) 322.86º 0.29% 0.87% -
XYZ 52.12 43.86 58.54 -
YUV 181.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 221 158 197 0 0.29 0.11 0.13 322.86 0.48 0.74
Hex DD 9E C5 0 1D B D 143 30 4A
Octal 335 236 305 0 35 13 15 503 60 112
Binary 11011101 10011110 11000101 0 11101 1011 1101 101000011 110000 1001010

Color Harmonies of #DD9EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EC5

Black with #DD9EC5

Text Example


Text Example

White with #DD9EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EC5; }

 p { color: rgb(221,158,197); }

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

background-color css

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

 a { background-color: rgb(221,158,197); }

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

border-color css

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

 span { border-color: rgb(221,158,197); }

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