Html Css Color HEX #DB8AD5 Plum

📋 copy color: '#DB8AD5'

red 219 ◦ green 138 ◦ blue 213

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

Shades of Plum #DB8AD5

Tints of Plum #DB8AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.21%

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 38.42%
G = 24.21%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB8AD5 (or 0xDB8AD5) is known color: Plum. HEX triplet: DB, 8A and D5. RGB value is (219,138,213). Sum of RGB (Red+Green+Blue) = 219+138+213=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD5 is #24752A. Grayscale: #AAAAAA. Windows color (decimal): -2389291 or 13994715. OLE color: 13994715.

HSL color Cylindrical-coordinate representation of color #DB8AD5: hue angle of 304.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AD5 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 213 -
CMYK 0 0.37 0.03 0.14
HSL 304.44º 0.53% 0.7% -
HSV(B) 304.44º 0.37% 0.86% -
XYZ 50.31 38.04 67.64 -
YUV 170.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 219 138 213 0 0.37 0.03 0.14 304.44 0.53 0.7
Hex DB 8A D5 0 25 3 E 130 35 46
Octal 333 212 325 0 45 3 16 460 65 106
Binary 11011011 10001010 11010101 0 100101 11 1110 100110000 110101 1000110

Color Harmonies of #DB8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AD5

Black with #DB8AD5

Text Example


Text Example

White with #DB8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AD5; }

 p { color: rgb(219,138,213); }

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

background-color css

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

 a { background-color: rgb(219,138,213); }

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

border-color css

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

 span { border-color: rgb(219,138,213); }

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