Html Css Color HEX #DF91DB Plum

📋 copy color: '#DF91DB'

red 223 ◦ green 145 ◦ blue 219

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

Shades of Plum #DF91DB

Tints of Plum #DF91DB

RGB

 RED value IS 223 (87.5% from 255) = 37.99%

 GREEN value IS 145 (57.03% from 255) = 24.7%

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

R = 37.99%
G = 24.7%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF91DB (or 0xDF91DB) is known color: Plum. HEX triplet: DF, 91 and DB. RGB value is (223,145,219). Sum of RGB (Red+Green+Blue) = 223+145+219=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91DB is #206E24. Grayscale: #B0B0B0. Windows color (decimal): -2125349 or 14389727. OLE color: 14389727.

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

Color convert

RGB 223 145 219 -
CMYK 0 0.35 0.02 0.13
HSL 303.08º 0.55% 0.72% -
HSV(B) 303.08º 0.35% 0.87% -
XYZ 53.34 41.05 72.13 -
YUV 176.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 223 145 219 0 0.35 0.02 0.13 303.08 0.55 0.72
Hex DF 91 DB 0 23 2 D 12F 37 48
Octal 337 221 333 0 43 2 15 457 67 110
Binary 11011111 10010001 11011011 0 100011 10 1101 100101111 110111 1001000

Color Harmonies of #DF91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91DB

Black with #DF91DB

Text Example


Text Example

White with #DF91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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