Html Css Color HEX #DB8FEA Plum

📋 copy color: '#DB8FEA'

red 219 ◦ green 143 ◦ blue 234

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

Shades of Plum #DB8FEA

Tints of Plum #DB8FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

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

R = 36.74%
G = 23.99%
B = 39.26%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB8FEA (or 0xDB8FEA) is known color: Plum. HEX triplet: DB, 8F and EA. RGB value is (219,143,234). Sum of RGB (Red+Green+Blue) = 219+143+234=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FEA is #247015. Grayscale: #AFAFAF. Windows color (decimal): -2387990 or 15372251. OLE color: 15372251.

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

Color convert

RGB 219 143 234 -
CMYK 0.06 0.39 0 0.08
HSL 290.11º 0.68% 0.74% -
HSV(B) 290.11º 0.39% 0.92% -
XYZ 53.89 40.65 82.85 -
YUV 176.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 219 143 234 0.06 0.39 0 0.08 290.11 0.68 0.74
Hex DB 8F EA 6 27 0 8 122 44 4A
Octal 333 217 352 6 47 0 10 442 104 112
Binary 11011011 10001111 11101010 110 100111 0 1000 100100010 1000100 1001010

Color Harmonies of #DB8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FEA

Black with #DB8FEA

Text Example


Text Example

White with #DB8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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