Html Css Color HEX #D992E1 Plum

📋 copy color: '#D992E1'

red 217 ◦ green 146 ◦ blue 225

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

Shades of Plum #D992E1

Tints of Plum #D992E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.27%

R = 36.9%
G = 24.83%
B = 38.27%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D992E1 (or 0xD992E1) is known color: Plum. HEX triplet: D9, 92 and E1. RGB value is (217,146,225). Sum of RGB (Red+Green+Blue) = 217+146+225=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #D992E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992E1 is #266D1E. Grayscale: #AFAFAF. Windows color (decimal): -2518303 or 14783193. OLE color: 14783193.

HSL color Cylindrical-coordinate representation of color #D992E1: hue angle of 293.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D992E1 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 146 225 -
CMYK 0.04 0.35 0 0.12
HSL 293.92º 0.57% 0.73% -
HSV(B) 293.92º 0.35% 0.88% -
XYZ 52.48 40.75 76.33 -
YUV 176.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 217 146 225 0.04 0.35 0 0.12 293.92 0.57 0.73
Hex D9 92 E1 4 23 0 C 126 39 49
Octal 331 222 341 4 43 0 14 446 71 111
Binary 11011001 10010010 11100001 100 100011 0 1100 100100110 111001 1001001

Color Harmonies of #D992E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992E1

Black with #D992E1

Text Example


Text Example

White with #D992E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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