Html Css Color HEX #DB8FE1 Plum

📋 copy color: '#DB8FE1'

red 219 ◦ green 143 ◦ blue 225

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

Shades of Plum #DB8FE1

Tints of Plum #DB8FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.33%

R = 37.31%
G = 24.36%
B = 38.33%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB8FE1 (or 0xDB8FE1) is known color: Plum. HEX triplet: DB, 8F and E1. RGB value is (219,143,225). Sum of RGB (Red+Green+Blue) = 219+143+225=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FE1 is #24701E. Grayscale: #AEAEAE. Windows color (decimal): -2387999 or 14782427. OLE color: 14782427.

HSL color Cylindrical-coordinate representation of color #DB8FE1: hue angle of 295.61º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8FE1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 143 225 -
CMYK 0.03 0.36 0 0.12
HSL 295.61º 0.58% 0.72% -
HSV(B) 295.61º 0.36% 0.88% -
XYZ 52.63 40.14 76.21 -
YUV 175.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 219 143 225 0.03 0.36 0 0.12 295.61 0.58 0.72
Hex DB 8F E1 3 24 0 C 128 3A 48
Octal 333 217 341 3 44 0 14 450 72 110
Binary 11011011 10001111 11100001 11 100100 0 1100 100101000 111010 1001000

Color Harmonies of #DB8FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FE1

Black with #DB8FE1

Text Example


Text Example

White with #DB8FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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