Html Css Color HEX #D893DB Plum

📋 copy color: '#D893DB'

red 216 ◦ green 147 ◦ blue 219

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

Shades of Plum #D893DB

Tints of Plum #D893DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.26%

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

R = 37.11%
G = 25.26%
B = 37.63%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D893DB (or 0xD893DB) is known color: Plum. HEX triplet: D8, 93 and DB. RGB value is (216,147,219). Sum of RGB (Red+Green+Blue) = 216+147+219=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #D893DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893DB is #276C24. Grayscale: #AFAFAF. Windows color (decimal): -2583589 or 14390232. OLE color: 14390232.

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

Color convert

RGB 216 147 219 -
CMYK 0.01 0.33 0 0.14
HSL 297.5º 0.5% 0.72% -
HSV(B) 297.5º 0.33% 0.86% -
XYZ 51.54 40.58 72.13 -
YUV 175.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 216 147 219 0.01 0.33 0 0.14 297.5 0.5 0.72
Hex D8 93 DB 1 21 0 E 12A 32 48
Octal 330 223 333 1 41 0 16 452 62 110
Binary 11011000 10010011 11011011 1 100001 0 1110 100101010 110010 1001000

Color Harmonies of #D893DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D893DB

Black with #D893DB

Text Example


Text Example

White with #D893DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D893DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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