Html Css Color HEX #DB94DD Plum

📋 copy color: '#DB94DD'

red 219 ◦ green 148 ◦ blue 221

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

Shades of Plum #DB94DD

Tints of Plum #DB94DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.17%

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

R = 37.24%
G = 25.17%
B = 37.59%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB94DD (or 0xDB94DD) is known color: Plum. HEX triplet: DB, 94 and DD. RGB value is (219,148,221). Sum of RGB (Red+Green+Blue) = 219+148+221=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94DD is #246B22. Grayscale: #B1B1B1. Windows color (decimal): -2386723 or 14521563. OLE color: 14521563.

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

Color convert

RGB 219 148 221 -
CMYK 0.01 0.33 0 0.13
HSL 298.36º 0.52% 0.72% -
HSV(B) 298.36º 0.33% 0.87% -
XYZ 52.85 41.46 73.62 -
YUV 177.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 219 148 221 0.01 0.33 0 0.13 298.36 0.52 0.72
Hex DB 94 DD 1 21 0 D 12A 34 48
Octal 333 224 335 1 41 0 15 452 64 110
Binary 11011011 10010100 11011101 1 100001 0 1101 100101010 110100 1001000

Color Harmonies of #DB94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94DD

Black with #DB94DD

Text Example


Text Example

White with #DB94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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