Html Css Color HEX #DB95E1 Plum

📋 copy color: '#DB95E1'

red 219 ◦ green 149 ◦ blue 225

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

Shades of Plum #DB95E1

Tints of Plum #DB95E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 36.93%
G = 25.13%
B = 37.94%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB95E1 (or 0xDB95E1) is known color: Plum. HEX triplet: DB, 95 and E1. RGB value is (219,149,225). Sum of RGB (Red+Green+Blue) = 219+149+225=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95E1 is #246A1E. Grayscale: #B2B2B2. Windows color (decimal): -2386463 or 14783963. OLE color: 14783963.

HSL color Cylindrical-coordinate representation of color #DB95E1: hue angle of 295.26º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB95E1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 149 225 -
CMYK 0.03 0.34 0 0.12
HSL 295.26º 0.56% 0.73% -
HSV(B) 295.26º 0.34% 0.88% -
XYZ 53.55 41.99 76.52 -
YUV 178.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 219 149 225 0.03 0.34 0 0.12 295.26 0.56 0.73
Hex DB 95 E1 3 22 0 C 127 38 49
Octal 333 225 341 3 42 0 14 447 70 111
Binary 11011011 10010101 11100001 11 100010 0 1100 100100111 111000 1001001

Color Harmonies of #DB95E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95E1

Black with #DB95E1

Text Example


Text Example

White with #DB95E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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