Html Css Color HEX #DB9EE0 Plum

📋 copy color: '#DB9EE0'

red 219 ◦ green 158 ◦ blue 224

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

Shades of Plum #DB9EE0

Tints of Plum #DB9EE0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.29%

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 36.44%
G = 26.29%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB9EE0 (or 0xDB9EE0) is known color: Plum. HEX triplet: DB, 9E and E0. RGB value is (219,158,224). Sum of RGB (Red+Green+Blue) = 219+158+224=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EE0 is #24611F. Grayscale: #B7B7B7. Windows color (decimal): -2384160 or 14720731. OLE color: 14720731.

HSL color Cylindrical-coordinate representation of color #DB9EE0: hue angle of 295.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9EE0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 158 224 -
CMYK 0.02 0.29 0 0.12
HSL 295.45º 0.52% 0.75% -
HSV(B) 295.45º 0.29% 0.88% -
XYZ 54.89 44.9 76.29 -
YUV 183.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 219 158 224 0.02 0.29 0 0.12 295.45 0.52 0.75
Hex DB 9E E0 2 1D 0 C 127 34 4B
Octal 333 236 340 2 35 0 14 447 64 113
Binary 11011011 10011110 11100000 10 11101 0 1100 100100111 110100 1001011

Color Harmonies of #DB9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EE0

Black with #DB9EE0

Text Example


Text Example

White with #DB9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EE0; }

 p { color: rgb(219,158,224); }

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

background-color css

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

 a { background-color: rgb(219,158,224); }

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

border-color css

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

 span { border-color: rgb(219,158,224); }

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