Html Css Color HEX #DD99C2 Shocking

📋 copy color: '#DD99C2'

red 221 ◦ green 153 ◦ blue 194

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

Shades of Shocking #DD99C2

Tints of Shocking #DD99C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.15%

R = 38.91%
G = 26.94%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD99C2 (or 0xDD99C2) is known color: Shocking. HEX triplet: DD, 99 and C2. RGB value is (221,153,194). Sum of RGB (Red+Green+Blue) = 221+153+194=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99C2 is #22663D. Grayscale: #B1B1B1. Windows color (decimal): -2254398 or 12753373. OLE color: 12753373.

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

Color convert

RGB 221 153 194 -
CMYK 0 0.31 0.12 0.13
HSL 323.82º 0.5% 0.73% -
HSV(B) 323.82º 0.31% 0.87% -
XYZ 50.95 42.05 56.47 -
YUV 178.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 221 153 194 0 0.31 0.12 0.13 323.82 0.5 0.73
Hex DD 99 C2 0 1F C D 144 32 49
Octal 335 231 302 0 37 14 15 504 62 111
Binary 11011101 10011001 11000010 0 11111 1100 1101 101000100 110010 1001001

Color Harmonies of #DD99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99C2

Black with #DD99C2

Text Example


Text Example

White with #DD99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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