Html Css Color HEX #DB9FEA Plum

📋 copy color: '#DB9FEA'

red 219 ◦ green 159 ◦ blue 234

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

Shades of Plum #DB9FEA

Tints of Plum #DB9FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.98%

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

R = 35.78%
G = 25.98%
B = 38.24%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB9FEA (or 0xDB9FEA) is known color: Plum. HEX triplet: DB, 9F and EA. RGB value is (219,159,234). Sum of RGB (Red+Green+Blue) = 219+159+234=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FEA is #246015. Grayscale: #B9B9B9. Windows color (decimal): -2383894 or 15376347. OLE color: 15376347.

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

Color convert

RGB 219 159 234 -
CMYK 0.06 0.32 0 0.08
HSL 288º 0.64% 0.77% -
HSV(B) 288º 0.32% 0.92% -
XYZ 56.46 45.8 83.71 -
YUV 185.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 219 159 234 0.06 0.32 0 0.08 288 0.64 0.77
Hex DB 9F EA 6 20 0 8 120 40 4D
Octal 333 237 352 6 40 0 10 440 100 115
Binary 11011011 10011111 11101010 110 100000 0 1000 100100000 1000000 1001101

Color Harmonies of #DB9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FEA

Black with #DB9FEA

Text Example


Text Example

White with #DB9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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