Html Css Color HEX #D990CE Plum

📋 copy color: '#D990CE'

red 217 ◦ green 144 ◦ blue 206

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

Shades of Plum #D990CE

Tints of Plum #D990CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 38.27%
G = 25.4%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D990CE (or 0xD990CE) is known color: Plum. HEX triplet: D9, 90 and CE. RGB value is (217,144,206). Sum of RGB (Red+Green+Blue) = 217+144+206=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CE is #266F31. Grayscale: #ACACAC. Windows color (decimal): -2518834 or 13537497. OLE color: 13537497.

HSL color Cylindrical-coordinate representation of color #D990CE: hue angle of 309.04º 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 #D990CE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 206 -
CMYK 0 0.34 0.05 0.15
HSL 309.04º 0.49% 0.71% -
HSV(B) 309.04º 0.34% 0.85% -
XYZ 49.73 39.15 63.33 -
YUV 172.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 217 144 206 0 0.34 0.05 0.15 309.04 0.49 0.71
Hex D9 90 CE 0 22 5 F 135 31 47
Octal 331 220 316 0 42 5 17 465 61 107
Binary 11011001 10010000 11001110 0 100010 101 1111 100110101 110001 1000111

Color Harmonies of #D990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990CE

Black with #D990CE

Text Example


Text Example

White with #D990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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