Html Css Color HEX #D990ED Plum

📋 copy color: '#D990ED'

red 217 ◦ green 144 ◦ blue 237

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

Shades of Plum #D990ED

Tints of Plum #D990ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 36.29%
G = 24.08%
B = 39.63%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D990ED (or 0xD990ED) is known color: Plum. HEX triplet: D9, 90 and ED. RGB value is (217,144,237). Sum of RGB (Red+Green+Blue) = 217+144+237=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #D990ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990ED is #266F12. Grayscale: #B0B0B0. Windows color (decimal): -2518803 or 15569113. OLE color: 15569113.

HSL color Cylindrical-coordinate representation of color #D990ED: hue angle of 287.1º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D990ED is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 144 237 -
CMYK 0.08 0.39 0 0.07
HSL 287.1º 0.72% 0.75% -
HSV(B) 287.1º 0.39% 0.93% -
XYZ 53.87 40.81 85.16 -
YUV 176.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 217 144 237 0.08 0.39 0 0.07 287.1 0.72 0.75
Hex D9 90 ED 8 27 0 7 11F 48 4B
Octal 331 220 355 10 47 0 7 437 110 113
Binary 11011001 10010000 11101101 1000 100111 0 111 100011111 1001000 1001011

Color Harmonies of #D990ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990ED

Black with #D990ED

Text Example


Text Example

White with #D990ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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