Html Css Color HEX #D895DB Plum

📋 copy color: '#D895DB'

red 216 ◦ green 149 ◦ blue 219

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

Shades of Plum #D895DB

Tints of Plum #D895DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 36.99%
G = 25.51%
B = 37.5%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D895DB (or 0xD895DB) is known color: Plum. HEX triplet: D8, 95 and DB. RGB value is (216,149,219). Sum of RGB (Red+Green+Blue) = 216+149+219=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D895DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895DB is #276A24. Grayscale: #B0B0B0. Windows color (decimal): -2583077 or 14390744. OLE color: 14390744.

HSL color Cylindrical-coordinate representation of color #D895DB: hue angle of 297.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D895DB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 149 219 -
CMYK 0.01 0.32 0 0.14
HSL 297.43º 0.49% 0.72% -
HSV(B) 297.43º 0.32% 0.86% -
XYZ 51.85 41.21 72.24 -
YUV 177.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 216 149 219 0.01 0.32 0 0.14 297.43 0.49 0.72
Hex D8 95 DB 1 20 0 E 129 31 48
Octal 330 225 333 1 40 0 16 451 61 110
Binary 11011000 10010101 11011011 1 100000 0 1110 100101001 110001 1001000

Color Harmonies of #D895DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895DB

Black with #D895DB

Text Example


Text Example

White with #D895DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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