Html Css Color HEX #D992DE Plum

📋 copy color: '#D992DE'

red 217 ◦ green 146 ◦ blue 222

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

Shades of Plum #D992DE

Tints of Plum #D992DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 37.09%
G = 24.96%
B = 37.95%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D992DE (or 0xD992DE) is known color: Plum. HEX triplet: D9, 92 and DE. RGB value is (217,146,222). Sum of RGB (Red+Green+Blue) = 217+146+222=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #D992DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992DE is #266D21. Grayscale: #AFAFAF. Windows color (decimal): -2518306 or 14586585. OLE color: 14586585.

HSL color Cylindrical-coordinate representation of color #D992DE: hue angle of 296.05º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D992DE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 146 222 -
CMYK 0.02 0.34 0 0.13
HSL 296.05º 0.54% 0.72% -
HSV(B) 296.05º 0.34% 0.87% -
XYZ 52.08 40.58 74.2 -
YUV 175.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 217 146 222 0.02 0.34 0 0.13 296.05 0.54 0.72
Hex D9 92 DE 2 22 0 D 128 36 48
Octal 331 222 336 2 42 0 15 450 66 110
Binary 11011001 10010010 11011110 10 100010 0 1101 100101000 110110 1001000

Color Harmonies of #D992DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992DE

Black with #D992DE

Text Example


Text Example

White with #D992DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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