Html Css Color HEX #DB9AE7 Plum

📋 copy color: '#DB9AE7'

red 219 ◦ green 154 ◦ blue 231

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

Shades of Plum #DB9AE7

Tints of Plum #DB9AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.25%

R = 36.26%
G = 25.5%
B = 38.25%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB9AE7 (or 0xDB9AE7) is known color: Plum. HEX triplet: DB, 9A and E7. RGB value is (219,154,231). Sum of RGB (Red+Green+Blue) = 219+154+231=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB9AE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AE7 is #246518. Grayscale: #B5B5B5. Windows color (decimal): -2385177 or 15178459. OLE color: 15178459.

HSL color Cylindrical-coordinate representation of color #DB9AE7: hue angle of 290.65º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9AE7 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 154 231 -
CMYK 0.05 0.33 0 0.09
HSL 290.65º 0.62% 0.75% -
HSV(B) 290.65º 0.33% 0.91% -
XYZ 55.19 43.94 81.17 -
YUV 182.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 219 154 231 0.05 0.33 0 0.09 290.65 0.62 0.75
Hex DB 9A E7 5 21 0 9 123 3E 4B
Octal 333 232 347 5 41 0 11 443 76 113
Binary 11011011 10011010 11100111 101 100001 0 1001 100100011 111110 1001011

Color Harmonies of #DB9AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9AE7

Black with #DB9AE7

Text Example


Text Example

White with #DB9AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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