Html Css Color HEX #D992E5 Plum

📋 copy color: '#D992E5'

red 217 ◦ green 146 ◦ blue 229

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

Shades of Plum #D992E5

Tints of Plum #D992E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 36.66%
G = 24.66%
B = 38.68%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D992E5 (or 0xD992E5) is known color: Plum. HEX triplet: D9, 92 and E5. RGB value is (217,146,229). Sum of RGB (Red+Green+Blue) = 217+146+229=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #D992E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992E5 is #266D1A. Grayscale: #B0B0B0. Windows color (decimal): -2518299 or 15045337. OLE color: 15045337.

HSL color Cylindrical-coordinate representation of color #D992E5: hue angle of 291.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D992E5 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 146 229 -
CMYK 0.05 0.36 0 0.10
HSL 291.33º 0.61% 0.74% -
HSV(B) 291.33º 0.36% 0.9% -
XYZ 53.04 40.97 79.24 -
YUV 176.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 217 146 229 0.05 0.36 0 0.10 291.33 0.61 0.74
Hex D9 92 E5 5 24 0 A 123 3D 4A
Octal 331 222 345 5 44 0 12 443 75 112
Binary 11011001 10010010 11100101 101 100100 0 1010 100100011 111101 1001010

Color Harmonies of #D992E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992E5

Black with #D992E5

Text Example


Text Example

White with #D992E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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