Html Css Color HEX #D992C1 Shocking

📋 copy color: '#D992C1'

red 217 ◦ green 146 ◦ blue 193

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

Shades of Shocking #D992C1

Tints of Shocking #D992C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.71%

R = 39.03%
G = 26.26%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D992C1 (or 0xD992C1) is known color: Shocking. HEX triplet: D9, 92 and C1. RGB value is (217,146,193). Sum of RGB (Red+Green+Blue) = 217+146+193=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D992C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992C1 is #266D3E. Grayscale: #ACACAC. Windows color (decimal): -2518335 or 12686041. OLE color: 12686041.

HSL color Cylindrical-coordinate representation of color #D992C1: hue angle of 320.28º 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 #D992C1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 193 -
CMYK 0 0.33 0.11 0.15
HSL 320.28º 0.48% 0.71% -
HSV(B) 320.28º 0.33% 0.85% -
XYZ 48.52 39.16 55.45 -
YUV 172.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 217 146 193 0 0.33 0.11 0.15 320.28 0.48 0.71
Hex D9 92 C1 0 21 B F 140 30 47
Octal 331 222 301 0 41 13 17 500 60 107
Binary 11011001 10010010 11000001 0 100001 1011 1111 101000000 110000 1000111

Color Harmonies of #D992C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992C1

Black with #D992C1

Text Example


Text Example

White with #D992C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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