Html Css Color HEX #D992BD Shocking

📋 copy color: '#D992BD'

red 217 ◦ green 146 ◦ blue 189

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

Shades of Shocking #D992BD

Tints of Shocking #D992BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 39.31%
G = 26.45%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D992BD (or 0xD992BD) is known color: Shocking. HEX triplet: D9, 92 and BD. RGB value is (217,146,189). Sum of RGB (Red+Green+Blue) = 217+146+189=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D992BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992BD is #266D42. Grayscale: #ACACAC. Windows color (decimal): -2518339 or 12423897. OLE color: 12423897.

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

Color convert

RGB 217 146 189 -
CMYK 0 0.33 0.13 0.15
HSL 323.66º 0.48% 0.71% -
HSV(B) 323.66º 0.33% 0.85% -
XYZ 48.08 38.98 53.13 -
YUV 172.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 217 146 189 0 0.33 0.13 0.15 323.66 0.48 0.71
Hex D9 92 BD 0 21 D F 144 30 47
Octal 331 222 275 0 41 15 17 504 60 107
Binary 11011001 10010010 10111101 0 100001 1101 1111 101000100 110000 1000111

Color Harmonies of #D992BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992BD

Black with #D992BD

Text Example


Text Example

White with #D992BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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