Html Css Color HEX #DB94E7 Plum

📋 copy color: '#DB94E7'

red 219 ◦ green 148 ◦ blue 231

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

Shades of Plum #DB94E7

Tints of Plum #DB94E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.63%

R = 36.62%
G = 24.75%
B = 38.63%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB94E7 (or 0xDB94E7) is known color: Plum. HEX triplet: DB, 94 and E7. RGB value is (219,148,231). Sum of RGB (Red+Green+Blue) = 219+148+231=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB94E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94E7 is #246B18. Grayscale: #B2B2B2. Windows color (decimal): -2386713 or 15176923. OLE color: 15176923.

HSL color Cylindrical-coordinate representation of color #DB94E7: hue angle of 291.33º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB94E7 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 148 231 -
CMYK 0.05 0.36 0 0.09
HSL 291.33º 0.63% 0.74% -
HSV(B) 291.33º 0.36% 0.91% -
XYZ 54.23 42.01 80.85 -
YUV 178.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 219 148 231 0.05 0.36 0 0.09 291.33 0.63 0.74
Hex DB 94 E7 5 24 0 9 123 3F 4A
Octal 333 224 347 5 44 0 11 443 77 112
Binary 11011011 10010100 11100111 101 100100 0 1001 100100011 111111 1001010

Color Harmonies of #DB94E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94E7

Black with #DB94E7

Text Example


Text Example

White with #DB94E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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