Html Css Color HEX #D99EC6 Shocking

📋 copy color: '#D99EC6'

red 217 ◦ green 158 ◦ blue 198

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

Shades of Shocking #D99EC6

Tints of Shocking #D99EC6

RGB

 RED value IS 217 (85.16% from 255) = 37.87%

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

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 37.87%
G = 27.57%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D99EC6 (or 0xD99EC6) is known color: Shocking. HEX triplet: D9, 9E and C6. RGB value is (217,158,198). Sum of RGB (Red+Green+Blue) = 217+158+198=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EC6 is #266139. Grayscale: #B4B4B4. Windows color (decimal): -2515258 or 13016793. OLE color: 13016793.

HSL color Cylindrical-coordinate representation of color #D99EC6: hue angle of 319.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EC6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 198 -
CMYK 0 0.27 0.09 0.15
HSL 319.32º 0.44% 0.74% -
HSV(B) 319.32º 0.27% 0.85% -
XYZ 51.04 43.28 59.09 -
YUV 180.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 217 158 198 0 0.27 0.09 0.15 319.32 0.44 0.74
Hex D9 9E C6 0 1B 9 F 13F 2C 4A
Octal 331 236 306 0 33 11 17 477 54 112
Binary 11011001 10011110 11000110 0 11011 1001 1111 100111111 101100 1001010

Color Harmonies of #D99EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EC6

Black with #D99EC6

Text Example


Text Example

White with #D99EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EC6; }

 p { color: rgb(217,158,198); }

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

background-color css

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

 a { background-color: rgb(217,158,198); }

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

border-color css

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

 span { border-color: rgb(217,158,198); }

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