Html Css Color HEX #DB96E8 Plum

📋 copy color: '#DB96E8'

red 219 ◦ green 150 ◦ blue 232

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

Shades of Plum #DB96E8

Tints of Plum #DB96E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.6%

R = 36.44%
G = 24.96%
B = 38.6%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB96E8 (or 0xDB96E8) is known color: Plum. HEX triplet: DB, 96 and E8. RGB value is (219,150,232). Sum of RGB (Red+Green+Blue) = 219+150+232=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB96E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96E8 is #246917. Grayscale: #B3B3B3. Windows color (decimal): -2386200 or 15242971. OLE color: 15242971.

HSL color Cylindrical-coordinate representation of color #DB96E8: hue angle of 290.49º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB96E8 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 150 232 -
CMYK 0.06 0.35 0 0.09
HSL 290.49º 0.64% 0.75% -
HSV(B) 290.49º 0.35% 0.91% -
XYZ 54.69 42.7 81.7 -
YUV 179.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 219 150 232 0.06 0.35 0 0.09 290.49 0.64 0.75
Hex DB 96 E8 6 23 0 9 122 40 4B
Octal 333 226 350 6 43 0 11 442 100 113
Binary 11011011 10010110 11101000 110 100011 0 1001 100100010 1000000 1001011

Color Harmonies of #DB96E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96E8

Black with #DB96E8

Text Example


Text Example

White with #DB96E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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