Html Css Color HEX #DB94E6 Plum

📋 copy color: '#DB94E6'

red 219 ◦ green 148 ◦ blue 230

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

Shades of Plum #DB94E6

Tints of Plum #DB94E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 36.68%
G = 24.79%
B = 38.53%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB94E6 (or 0xDB94E6) is known color: Plum. HEX triplet: DB, 94 and E6. RGB value is (219,148,230). Sum of RGB (Red+Green+Blue) = 219+148+230=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94E6 is #246B19. Grayscale: #B2B2B2. Windows color (decimal): -2386714 or 15111387. OLE color: 15111387.

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

Color convert

RGB 219 148 230 -
CMYK 0.05 0.36 0 0.10
HSL 291.95º 0.62% 0.74% -
HSV(B) 291.95º 0.36% 0.9% -
XYZ 54.09 41.95 80.11 -
YUV 178.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 219 148 230 0.05 0.36 0 0.10 291.95 0.62 0.74
Hex DB 94 E6 5 24 0 A 124 3E 4A
Octal 333 224 346 5 44 0 12 444 76 112
Binary 11011011 10010100 11100110 101 100100 0 1010 100100100 111110 1001010

Color Harmonies of #DB94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94E6

Black with #DB94E6

Text Example


Text Example

White with #DB94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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