Html Css Color HEX #DB95DB Plum

📋 copy color: '#DB95DB'

red 219 ◦ green 149 ◦ blue 219

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

Shades of Plum #DB95DB

Tints of Plum #DB95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.38%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 37.31%
G = 25.38%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB95DB (or 0xDB95DB) is known color: Plum. HEX triplet: DB, 95 and DB. RGB value is (219,149,219). Sum of RGB (Red+Green+Blue) = 219+149+219=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95DB is #246A24. Grayscale: #B1B1B1. Windows color (decimal): -2386469 or 14390747. OLE color: 14390747.

HSL color Cylindrical-coordinate representation of color #DB95DB: hue angle of 300º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB95DB is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 219 -
CMYK 0 0.32 0 0.14
HSL 300º 0.49% 0.72% -
HSV(B) 300º 0.32% 0.86% -
XYZ 52.75 41.67 72.28 -
YUV 177.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 219 149 219 0 0.32 0 0.14 300 0.49 0.72
Hex DB 95 DB 0 20 0 E 12C 31 48
Octal 333 225 333 0 40 0 16 454 61 110
Binary 11011011 10010101 11011011 0 100000 0 1110 100101100 110001 1001000

Color Harmonies of #DB95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95DB

Black with #DB95DB

Text Example


Text Example

White with #DB95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95DB; }

 p { color: rgb(219,149,219); }

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

background-color css

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

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

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

border-color css

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

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

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