Html Css Color HEX #D891D0 Plum

📋 copy color: '#D891D0'

red 216 ◦ green 145 ◦ blue 208

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

Shades of Plum #D891D0

Tints of Plum #D891D0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.48%

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

R = 37.96%
G = 25.48%
B = 36.56%

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

#D891D0 (or 0xD891D0) is known color: Plum. HEX triplet: D8, 91 and D0. RGB value is (216,145,208). Sum of RGB (Red+Green+Blue) = 216+145+208=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D891D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891D0 is #276E2F. Grayscale: #ADADAD. Windows color (decimal): -2584112 or 13668824. OLE color: 13668824.

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

Color convert

RGB 216 145 208 -
CMYK 0 0.33 0.04 0.15
HSL 306.76º 0.48% 0.71% -
HSV(B) 306.76º 0.33% 0.85% -
XYZ 49.83 39.4 64.65 -
YUV 173.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 216 145 208 0 0.33 0.04 0.15 306.76 0.48 0.71
Hex D8 91 D0 0 21 4 F 133 30 47
Octal 330 221 320 0 41 4 17 463 60 107
Binary 11011000 10010001 11010000 0 100001 100 1111 100110011 110000 1000111

Color Harmonies of #D891D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D891D0

Black with #D891D0

Text Example


Text Example

White with #D891D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D891D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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