Html Css Color HEX #DB94DC Plum

📋 copy color: '#DB94DC'

red 219 ◦ green 148 ◦ blue 220

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

Shades of Plum #DB94DC

Tints of Plum #DB94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 37.31%
G = 25.21%
B = 37.48%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB94DC (or 0xDB94DC) is known color: Plum. HEX triplet: DB, 94 and DC. RGB value is (219,148,220). Sum of RGB (Red+Green+Blue) = 219+148+220=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94DC is #246B23. Grayscale: #B1B1B1. Windows color (decimal): -2386724 or 14456027. OLE color: 14456027.

HSL color Cylindrical-coordinate representation of color #DB94DC: hue angle of 299.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB94DC is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 220 -
CMYK 0.00 0.33 0 0.14
HSL 299.17º 0.51% 0.72% -
HSV(B) 299.17º 0.33% 0.86% -
XYZ 52.72 41.41 72.92 -
YUV 177.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 219 148 220 0.00 0.33 0 0.14 299.17 0.51 0.72
Hex DB 94 DC 0 21 0 E 12B 33 48
Octal 333 224 334 0 41 0 16 453 63 110
Binary 11011011 10010100 11011100 0 100001 0 1110 100101011 110011 1001000

Color Harmonies of #DB94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94DC

Black with #DB94DC

Text Example


Text Example

White with #DB94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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