Html Css Color HEX #DB95DC Plum

📋 copy color: '#DB95DC'

red 219 ◦ green 149 ◦ blue 220

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

Shades of Plum #DB95DC

Tints of Plum #DB95DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 37.24%
G = 25.34%
B = 37.41%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB95DC (or 0xDB95DC) is known color: Plum. HEX triplet: DB, 95 and DC. RGB value is (219,149,220). Sum of RGB (Red+Green+Blue) = 219+149+220=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95DC is #246A23. Grayscale: #B1B1B1. Windows color (decimal): -2386468 or 14456283. OLE color: 14456283.

HSL color Cylindrical-coordinate representation of color #DB95DC: hue angle of 299.15º degrees, saturation: 0.5, 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 #DB95DC is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 220 -
CMYK 0.00 0.32 0 0.14
HSL 299.15º 0.5% 0.72% -
HSV(B) 299.15º 0.32% 0.86% -
XYZ 52.88 41.72 72.98 -
YUV 178.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 219 149 220 0.00 0.32 0 0.14 299.15 0.5 0.72
Hex DB 95 DC 0 20 0 E 12B 32 48
Octal 333 225 334 0 40 0 16 453 62 110
Binary 11011011 10010101 11011100 0 100000 0 1110 100101011 110010 1001000

Color Harmonies of #DB95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95DC

Black with #DB95DC

Text Example


Text Example

White with #DB95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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