Html Css Color HEX #DB94EA Plum

📋 copy color: '#DB94EA'

red 219 ◦ green 148 ◦ blue 234

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

Shades of Plum #DB94EA

Tints of Plum #DB94EA

RGB

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

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

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

R = 36.44%
G = 24.63%
B = 38.94%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB94EA (or 0xDB94EA) is known color: Plum. HEX triplet: DB, 94 and EA. RGB value is (219,148,234). Sum of RGB (Red+Green+Blue) = 219+148+234=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94EA is #246B15. Grayscale: #B2B2B2. Windows color (decimal): -2386710 or 15373531. OLE color: 15373531.

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

Color convert

RGB 219 148 234 -
CMYK 0.06 0.37 0 0.08
HSL 289.53º 0.67% 0.75% -
HSV(B) 289.53º 0.37% 0.92% -
XYZ 54.65 42.18 83.1 -
YUV 179.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 219 148 234 0.06 0.37 0 0.08 289.53 0.67 0.75
Hex DB 94 EA 6 25 0 8 122 43 4B
Octal 333 224 352 6 45 0 10 442 103 113
Binary 11011011 10010100 11101010 110 100101 0 1000 100100010 1000011 1001011

Color Harmonies of #DB94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94EA

Black with #DB94EA

Text Example


Text Example

White with #DB94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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