Html Css Color HEX #DFA0D4 Plum

📋 copy color: '#DFA0D4'

red 223 ◦ green 160 ◦ blue 212

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

Shades of Plum #DFA0D4

Tints of Plum #DFA0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.63%

R = 37.48%
G = 26.89%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DFA0D4 (or 0xDFA0D4) is known color: Plum. HEX triplet: DF, A0 and D4. RGB value is (223,160,212). Sum of RGB (Red+Green+Blue) = 223+160+212=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0D4 is #205F2B. Grayscale: #B8B8B8. Windows color (decimal): -2121516 or 13934815. OLE color: 13934815.

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

Color convert

RGB 223 160 212 -
CMYK 0 0.28 0.05 0.13
HSL 310.48º 0.5% 0.75% -
HSV(B) 310.48º 0.28% 0.87% -
XYZ 54.89 45.58 68.19 -
YUV 184.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 223 160 212 0 0.28 0.05 0.13 310.48 0.5 0.75
Hex DF A0 D4 0 1C 5 D 136 32 4B
Octal 337 240 324 0 34 5 15 466 62 113
Binary 11011111 10100000 11010100 0 11100 101 1101 100110110 110010 1001011

Color Harmonies of #DFA0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0D4

Black with #DFA0D4

Text Example


Text Example

White with #DFA0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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