Html Css Color HEX #D992C4 Shocking

📋 copy color: '#D992C4'

red 217 ◦ green 146 ◦ blue 196

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

Shades of Shocking #D992C4

Tints of Shocking #D992C4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.12%

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 38.82%
G = 26.12%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D992C4 (or 0xD992C4) is known color: Shocking. HEX triplet: D9, 92 and C4. RGB value is (217,146,196). Sum of RGB (Red+Green+Blue) = 217+146+196=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D992C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992C4 is #266D3B. Grayscale: #ACACAC. Windows color (decimal): -2518332 or 12882649. OLE color: 12882649.

HSL color Cylindrical-coordinate representation of color #D992C4: hue angle of 317.75º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992C4 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 196 -
CMYK 0 0.33 0.10 0.15
HSL 317.75º 0.48% 0.71% -
HSV(B) 317.75º 0.33% 0.85% -
XYZ 48.86 39.3 57.23 -
YUV 172.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 217 146 196 0 0.33 0.10 0.15 317.75 0.48 0.71
Hex D9 92 C4 0 21 A F 13E 30 47
Octal 331 222 304 0 41 12 17 476 60 107
Binary 11011001 10010010 11000100 0 100001 1010 1111 100111110 110000 1000111

Color Harmonies of #D992C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992C4

Black with #D992C4

Text Example


Text Example

White with #D992C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992C4; }

 p { color: rgb(217,146,196); }

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

background-color css

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

 a { background-color: rgb(217,146,196); }

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

border-color css

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

 span { border-color: rgb(217,146,196); }

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