Html Css Color HEX #D890D9 Plum

📋 copy color: '#D890D9'

red 216 ◦ green 144 ◦ blue 217

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

Shades of Plum #D890D9

Tints of Plum #D890D9

RGB

 RED value IS 216 (84.77% from 255) = 37.44%

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

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 37.44%
G = 24.96%
B = 37.61%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D890D9 (or 0xD890D9) is known color: Plum. HEX triplet: D8, 90 and D9. RGB value is (216,144,217). Sum of RGB (Red+Green+Blue) = 216+144+217=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #D890D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890D9 is #276F26. Grayscale: #ADADAD. Windows color (decimal): -2584359 or 14258392. OLE color: 14258392.

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

Color convert

RGB 216 144 217 -
CMYK 0.00 0.34 0 0.15
HSL 299.18º 0.49% 0.71% -
HSV(B) 299.18º 0.34% 0.85% -
XYZ 50.82 39.56 70.6 -
YUV 173.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 216 144 217 0.00 0.34 0 0.15 299.18 0.49 0.71
Hex D8 90 D9 0 22 0 F 12B 31 47
Octal 330 220 331 0 42 0 17 453 61 107
Binary 11011000 10010000 11011001 0 100010 0 1111 100101011 110001 1000111

Color Harmonies of #D890D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D890D9

Black with #D890D9

Text Example


Text Example

White with #D890D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D890D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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