Html Css Color HEX #D895DD Plum

📋 copy color: '#D895DD'

red 216 ◦ green 149 ◦ blue 221

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

Shades of Plum #D895DD

Tints of Plum #D895DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.43%

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 36.86%
G = 25.43%
B = 37.71%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D895DD (or 0xD895DD) is known color: Plum. HEX triplet: D8, 95 and DD. RGB value is (216,149,221). Sum of RGB (Red+Green+Blue) = 216+149+221=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D895DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895DD is #276A22. Grayscale: #B1B1B1. Windows color (decimal): -2583075 or 14521816. OLE color: 14521816.

HSL color Cylindrical-coordinate representation of color #D895DD: hue angle of 295.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D895DD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 149 221 -
CMYK 0.02 0.33 0 0.13
HSL 295.83º 0.51% 0.73% -
HSV(B) 295.83º 0.33% 0.87% -
XYZ 52.12 41.31 73.63 -
YUV 177.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 216 149 221 0.02 0.33 0 0.13 295.83 0.51 0.73
Hex D8 95 DD 2 21 0 D 128 33 49
Octal 330 225 335 2 41 0 15 450 63 111
Binary 11011000 10010101 11011101 10 100001 0 1101 100101000 110011 1001001

Color Harmonies of #D895DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895DD

Black with #D895DD

Text Example


Text Example

White with #D895DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895DD; }

 p { color: rgb(216,149,221); }

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

background-color css

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

 a { background-color: rgb(216,149,221); }

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

border-color css

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

 span { border-color: rgb(216,149,221); }

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