Html Css Color HEX #DB99EA Plum

📋 copy color: '#DB99EA'

red 219 ◦ green 153 ◦ blue 234

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

Shades of Plum #DB99EA

Tints of Plum #DB99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 36.14%
G = 25.25%
B = 38.61%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB99EA (or 0xDB99EA) is known color: Plum. HEX triplet: DB, 99 and EA. RGB value is (219,153,234). Sum of RGB (Red+Green+Blue) = 219+153+234=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99EA is #246615. Grayscale: #B5B5B5. Windows color (decimal): -2385430 or 15374811. OLE color: 15374811.

HSL color Cylindrical-coordinate representation of color #DB99EA: hue angle of 288.89º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB99EA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 153 234 -
CMYK 0.06 0.35 0 0.08
HSL 288.89º 0.66% 0.76% -
HSV(B) 288.89º 0.35% 0.92% -
XYZ 55.46 43.78 83.37 -
YUV 181.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 219 153 234 0.06 0.35 0 0.08 288.89 0.66 0.76
Hex DB 99 EA 6 23 0 8 121 42 4C
Octal 333 231 352 6 43 0 10 441 102 114
Binary 11011011 10011001 11101010 110 100011 0 1000 100100001 1000010 1001100

Color Harmonies of #DB99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99EA

Black with #DB99EA

Text Example


Text Example

White with #DB99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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