Html Css Color HEX #D890D0 Plum

📋 copy color: '#D890D0'

red 216 ◦ green 144 ◦ blue 208

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

Shades of Plum #D890D0

Tints of Plum #D890D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 38.03%
G = 25.35%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D890D0 (or 0xD890D0) is known color: Plum. HEX triplet: D8, 90 and D0. RGB value is (216,144,208). Sum of RGB (Red+Green+Blue) = 216+144+208=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D890D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890D0 is #276F2F. Grayscale: #ACACAC. Windows color (decimal): -2584368 or 13668568. OLE color: 13668568.

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

Color convert

RGB 216 144 208 -
CMYK 0 0.33 0.04 0.15
HSL 306.67º 0.48% 0.71% -
HSV(B) 306.67º 0.33% 0.85% -
XYZ 49.68 39.1 64.6 -
YUV 172.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 216 144 208 0 0.33 0.04 0.15 306.67 0.48 0.71
Hex D8 90 D0 0 21 4 F 133 30 47
Octal 330 220 320 0 41 4 17 463 60 107
Binary 11011000 10010000 11010000 0 100001 100 1111 100110011 110000 1000111

Color Harmonies of #D890D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D890D0

Black with #D890D0

Text Example


Text Example

White with #D890D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D890D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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