Html Css Color HEX #DFA0D1 Plum

📋 copy color: '#DFA0D1'

red 223 ◦ green 160 ◦ blue 209

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

Shades of Plum #DFA0D1

Tints of Plum #DFA0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.3%

R = 37.67%
G = 27.03%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DFA0D1 (or 0xDFA0D1) is known color: Plum. HEX triplet: DF, A0 and D1. RGB value is (223,160,209). Sum of RGB (Red+Green+Blue) = 223+160+209=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0D1 is #205F2E. Grayscale: #B8B8B8. Windows color (decimal): -2121519 or 13738207. OLE color: 13738207.

HSL color Cylindrical-coordinate representation of color #DFA0D1: hue angle of 313.33º 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 #DFA0D1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 160 209 -
CMYK 0 0.28 0.06 0.13
HSL 313.33º 0.5% 0.75% -
HSV(B) 313.33º 0.28% 0.87% -
XYZ 54.51 45.43 66.22 -
YUV 184.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 223 160 209 0 0.28 0.06 0.13 313.33 0.5 0.75
Hex DF A0 D1 0 1C 6 D 139 32 4B
Octal 337 240 321 0 34 6 15 471 62 113
Binary 11011111 10100000 11010001 0 11100 110 1101 100111001 110010 1001011

Color Harmonies of #DFA0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0D1

Black with #DFA0D1

Text Example


Text Example

White with #DFA0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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