Html Css Color HEX #D990DE Plum

📋 copy color: '#D990DE'

red 217 ◦ green 144 ◦ blue 222

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

Shades of Plum #D990DE

Tints of Plum #D990DE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.7%

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

R = 37.22%
G = 24.7%
B = 38.08%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D990DE (or 0xD990DE) is known color: Plum. HEX triplet: D9, 90 and DE. RGB value is (217,144,222). Sum of RGB (Red+Green+Blue) = 217+144+222=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #D990DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990DE is #266F21. Grayscale: #AEAEAE. Windows color (decimal): -2518818 or 14586073. OLE color: 14586073.

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

Color convert

RGB 217 144 222 -
CMYK 0.02 0.35 0 0.13
HSL 296.15º 0.54% 0.72% -
HSV(B) 296.15º 0.35% 0.87% -
XYZ 51.77 39.97 74.09 -
YUV 174.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 217 144 222 0.02 0.35 0 0.13 296.15 0.54 0.72
Hex D9 90 DE 2 23 0 D 128 36 48
Octal 331 220 336 2 43 0 15 450 66 110
Binary 11011001 10010000 11011110 10 100011 0 1101 100101000 110110 1001000

Color Harmonies of #D990DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990DE

Black with #D990DE

Text Example


Text Example

White with #D990DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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