Html Css Color HEX #DF9FDB Plum

📋 copy color: '#DF9FDB'

red 223 ◦ green 159 ◦ blue 219

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

Shades of Plum #DF9FDB

Tints of Plum #DF9FDB

RGB

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

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

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

R = 37.1%
G = 26.46%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF9FDB (or 0xDF9FDB) is known color: Plum. HEX triplet: DF, 9F and DB. RGB value is (223,159,219). Sum of RGB (Red+Green+Blue) = 223+159+219=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDB is #206024. Grayscale: #B8B8B8. Windows color (decimal): -2121765 or 14393311. OLE color: 14393311.

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

Color convert

RGB 223 159 219 -
CMYK 0 0.29 0.02 0.13
HSL 303.75º 0.5% 0.75% -
HSV(B) 303.75º 0.29% 0.87% -
XYZ 55.62 45.6 72.89 -
YUV 184.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 223 159 219 0 0.29 0.02 0.13 303.75 0.5 0.75
Hex DF 9F DB 0 1D 2 D 130 32 4B
Octal 337 237 333 0 35 2 15 460 62 113
Binary 11011111 10011111 11011011 0 11101 10 1101 100110000 110010 1001011

Color Harmonies of #DF9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FDB

Black with #DF9FDB

Text Example


Text Example

White with #DF9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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