Html Css Color HEX #D990D1 Plum

📋 copy color: '#D990D1'

red 217 ◦ green 144 ◦ blue 209

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

Shades of Plum #D990D1

Tints of Plum #D990D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.67%

R = 38.07%
G = 25.26%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D990D1 (or 0xD990D1) is known color: Plum. HEX triplet: D9, 90 and D1. RGB value is (217,144,209). Sum of RGB (Red+Green+Blue) = 217+144+209=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D990D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990D1 is #266F2E. Grayscale: #ADADAD. Windows color (decimal): -2518831 or 13734105. OLE color: 13734105.

HSL color Cylindrical-coordinate representation of color #D990D1: hue angle of 306.58º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D990D1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 209 -
CMYK 0 0.34 0.04 0.15
HSL 306.58º 0.49% 0.71% -
HSV(B) 306.58º 0.34% 0.85% -
XYZ 50.1 39.3 65.27 -
YUV 173.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 217 144 209 0 0.34 0.04 0.15 306.58 0.49 0.71
Hex D9 90 D1 0 22 4 F 133 31 47
Octal 331 220 321 0 42 4 17 463 61 107
Binary 11011001 10010000 11010001 0 100010 100 1111 100110011 110001 1000111

Color Harmonies of #D990D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990D1

Black with #D990D1

Text Example


Text Example

White with #D990D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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