Html Css Color HEX #DB9AD1 Plum

📋 copy color: '#DB9AD1'

red 219 ◦ green 154 ◦ blue 209

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

Shades of Plum #DB9AD1

Tints of Plum #DB9AD1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 37.63%
G = 26.46%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB9AD1 (or 0xDB9AD1) is known color: Plum. HEX triplet: DB, 9A and D1. RGB value is (219,154,209). Sum of RGB (Red+Green+Blue) = 219+154+209=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD1 is #24652E. Grayscale: #B3B3B3. Windows color (decimal): -2385199 or 13736667. OLE color: 13736667.

HSL color Cylindrical-coordinate representation of color #DB9AD1: hue angle of 309.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AD1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 209 -
CMYK 0 0.30 0.05 0.14
HSL 309.23º 0.47% 0.73% -
HSV(B) 309.23º 0.3% 0.86% -
XYZ 52.28 42.77 65.82 -
YUV 179.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 219 154 209 0 0.30 0.05 0.14 309.23 0.47 0.73
Hex DB 9A D1 0 1E 5 E 135 2F 49
Octal 333 232 321 0 36 5 16 465 57 111
Binary 11011011 10011010 11010001 0 11110 101 1110 100110101 101111 1001001

Color Harmonies of #DB9AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9AD1

Black with #DB9AD1

Text Example


Text Example

White with #DB9AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9AD1; }

 p { color: rgb(219,154,209); }

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

background-color css

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

 a { background-color: rgb(219,154,209); }

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

border-color css

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

 span { border-color: rgb(219,154,209); }

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