Html Css Color HEX #DFA0DB Plum

📋 copy color: '#DFA0DB'

red 223 ◦ green 160 ◦ blue 219

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

Shades of Plum #DFA0DB

Tints of Plum #DFA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.58%

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

R = 37.04%
G = 26.58%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFA0DB (or 0xDFA0DB) is known color: Plum. HEX triplet: DF, A0 and DB. RGB value is (223,160,219). Sum of RGB (Red+Green+Blue) = 223+160+219=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0DB is #205F24. Grayscale: #B9B9B9. Windows color (decimal): -2121509 or 14393567. OLE color: 14393567.

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

Color convert

RGB 223 160 219 -
CMYK 0 0.28 0.02 0.13
HSL 303.81º 0.5% 0.75% -
HSV(B) 303.81º 0.28% 0.87% -
XYZ 55.79 45.94 72.95 -
YUV 185.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 223 160 219 0 0.28 0.02 0.13 303.81 0.5 0.75
Hex DF A0 DB 0 1C 2 D 130 32 4B
Octal 337 240 333 0 34 2 15 460 62 113
Binary 11011111 10100000 11011011 0 11100 10 1101 100110000 110010 1001011

Color Harmonies of #DFA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0DB

Black with #DFA0DB

Text Example


Text Example

White with #DFA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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