Html Css Color HEX #DB96DD Plum

📋 copy color: '#DB96DD'

red 219 ◦ green 150 ◦ blue 221

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

Shades of Plum #DB96DD

Tints of Plum #DB96DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.42%

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 37.12%
G = 25.42%
B = 37.46%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB96DD (or 0xDB96DD) is known color: Plum. HEX triplet: DB, 96 and DD. RGB value is (219,150,221). Sum of RGB (Red+Green+Blue) = 219+150+221=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DD is #246922. Grayscale: #B2B2B2. Windows color (decimal): -2386211 or 14522075. OLE color: 14522075.

HSL color Cylindrical-coordinate representation of color #DB96DD: hue angle of 298.31º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96DD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 150 221 -
CMYK 0.01 0.32 0 0.13
HSL 298.31º 0.51% 0.73% -
HSV(B) 298.31º 0.32% 0.87% -
XYZ 53.17 42.09 73.73 -
YUV 178.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 219 150 221 0.01 0.32 0 0.13 298.31 0.51 0.73
Hex DB 96 DD 1 20 0 D 12A 33 49
Octal 333 226 335 1 40 0 15 452 63 111
Binary 11011011 10010110 11011101 1 100000 0 1101 100101010 110011 1001001

Color Harmonies of #DB96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96DD

Black with #DB96DD

Text Example


Text Example

White with #DB96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96DD; }

 p { color: rgb(219,150,221); }

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

background-color css

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

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

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

border-color css

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

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

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