Html Css Color HEX #DB99E1 Plum

📋 copy color: '#DB99E1'

red 219 ◦ green 153 ◦ blue 225

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

Shades of Plum #DB99E1

Tints of Plum #DB99E1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.63%

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

R = 36.68%
G = 25.63%
B = 37.69%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB99E1 (or 0xDB99E1) is known color: Plum. HEX triplet: DB, 99 and E1. RGB value is (219,153,225). Sum of RGB (Red+Green+Blue) = 219+153+225=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99E1 is #24661E. Grayscale: #B4B4B4. Windows color (decimal): -2385439 or 14784987. OLE color: 14784987.

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

Color convert

RGB 219 153 225 -
CMYK 0.03 0.32 0 0.12
HSL 295º 0.55% 0.74% -
HSV(B) 295º 0.32% 0.88% -
XYZ 54.2 43.28 76.73 -
YUV 180.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 219 153 225 0.03 0.32 0 0.12 295 0.55 0.74
Hex DB 99 E1 3 20 0 C 127 37 4A
Octal 333 231 341 3 40 0 14 447 67 112
Binary 11011011 10011001 11100001 11 100000 0 1100 100100111 110111 1001010

Color Harmonies of #DB99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99E1

Black with #DB99E1

Text Example


Text Example

White with #DB99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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