Html Css Color HEX #DB8DD5 Plum

📋 copy color: '#DB8DD5'

red 219 ◦ green 141 ◦ blue 213

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

Shades of Plum #DB8DD5

Tints of Plum #DB8DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.61%

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

R = 38.22%
G = 24.61%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB8DD5 (or 0xDB8DD5) is known color: Plum. HEX triplet: DB, 8D and D5. RGB value is (219,141,213). Sum of RGB (Red+Green+Blue) = 219+141+213=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DD5 is #24722A. Grayscale: #ACACAC. Windows color (decimal): -2388523 or 13995483. OLE color: 13995483.

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

Color convert

RGB 219 141 213 -
CMYK 0 0.36 0.03 0.14
HSL 304.62º 0.52% 0.71% -
HSV(B) 304.62º 0.36% 0.86% -
XYZ 50.75 38.91 67.79 -
YUV 172.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 219 141 213 0 0.36 0.03 0.14 304.62 0.52 0.71
Hex DB 8D D5 0 24 3 E 131 34 47
Octal 333 215 325 0 44 3 16 461 64 107
Binary 11011011 10001101 11010101 0 100100 11 1110 100110001 110100 1000111

Color Harmonies of #DB8DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DD5

Black with #DB8DD5

Text Example


Text Example

White with #DB8DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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