Html Css Color HEX #D999C2 Shocking

📋 copy color: '#D999C2'

red 217 ◦ green 153 ◦ blue 194

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

Shades of Shocking #D999C2

Tints of Shocking #D999C2

RGB

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

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

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

R = 38.48%
G = 27.13%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D999C2 (or 0xD999C2) is known color: Shocking. HEX triplet: D9, 99 and C2. RGB value is (217,153,194). Sum of RGB (Red+Green+Blue) = 217+153+194=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D999C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999C2 is #26663D. Grayscale: #B0B0B0. Windows color (decimal): -2516542 or 12753369. OLE color: 12753369.

HSL color Cylindrical-coordinate representation of color #D999C2: hue angle of 321.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999C2 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 194 -
CMYK 0 0.29 0.11 0.15
HSL 321.56º 0.46% 0.73% -
HSV(B) 321.56º 0.29% 0.85% -
XYZ 49.74 41.43 56.41 -
YUV 176.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 217 153 194 0 0.29 0.11 0.15 321.56 0.46 0.73
Hex D9 99 C2 0 1D B F 142 2E 49
Octal 331 231 302 0 35 13 17 502 56 111
Binary 11011001 10011001 11000010 0 11101 1011 1111 101000010 101110 1001001

Color Harmonies of #D999C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999C2

Black with #D999C2

Text Example


Text Example

White with #D999C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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