Html Css Color HEX #DB9EEA Plum

📋 copy color: '#DB9EEA'

red 219 ◦ green 158 ◦ blue 234

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

Shades of Plum #DB9EEA

Tints of Plum #DB9EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 35.84%
G = 25.86%
B = 38.3%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB9EEA (or 0xDB9EEA) is known color: Plum. HEX triplet: DB, 9E and EA. RGB value is (219,158,234). Sum of RGB (Red+Green+Blue) = 219+158+234=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EEA is #246115. Grayscale: #B8B8B8. Windows color (decimal): -2384150 or 15376091. OLE color: 15376091.

HSL color Cylindrical-coordinate representation of color #DB9EEA: hue angle of 288.16º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9EEA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 158 234 -
CMYK 0.06 0.32 0 0.08
HSL 288.16º 0.64% 0.77% -
HSV(B) 288.16º 0.32% 0.92% -
XYZ 56.29 45.45 83.65 -
YUV 184.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 219 158 234 0.06 0.32 0 0.08 288.16 0.64 0.77
Hex DB 9E EA 6 20 0 8 120 40 4D
Octal 333 236 352 6 40 0 10 440 100 115
Binary 11011011 10011110 11101010 110 100000 0 1000 100100000 1000000 1001101

Color Harmonies of #DB9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EEA

Black with #DB9EEA

Text Example


Text Example

White with #DB9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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