Html Css Color HEX #DB8FDF Plum

📋 copy color: '#DB8FDF'

red 219 ◦ green 143 ◦ blue 223

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

Shades of Plum #DB8FDF

Tints of Plum #DB8FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 37.44%
G = 24.44%
B = 38.12%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB8FDF (or 0xDB8FDF) is known color: Plum. HEX triplet: DB, 8F and DF. RGB value is (219,143,223). Sum of RGB (Red+Green+Blue) = 219+143+223=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FDF is #247020. Grayscale: #AEAEAE. Windows color (decimal): -2388001 or 14651355. OLE color: 14651355.

HSL color Cylindrical-coordinate representation of color #DB8FDF: hue angle of 297º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8FDF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 143 223 -
CMYK 0.02 0.36 0 0.13
HSL 297º 0.56% 0.72% -
HSV(B) 297º 0.36% 0.87% -
XYZ 52.36 40.03 74.78 -
YUV 174.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 219 143 223 0.02 0.36 0 0.13 297 0.56 0.72
Hex DB 8F DF 2 24 0 D 129 38 48
Octal 333 217 337 2 44 0 15 451 70 110
Binary 11011011 10001111 11011111 10 100100 0 1101 100101001 111000 1001000

Color Harmonies of #DB8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FDF

Black with #DB8FDF

Text Example


Text Example

White with #DB8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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