Html Css Color HEX #DFA9E0 Plum

📋 copy color: '#DFA9E0'

red 223 ◦ green 169 ◦ blue 224

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

Shades of Plum #DFA9E0

Tints of Plum #DFA9E0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.44%

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 36.2%
G = 27.44%
B = 36.36%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFA9E0 (or 0xDFA9E0) is known color: Plum. HEX triplet: DF, A9 and E0. RGB value is (223,169,224). Sum of RGB (Red+Green+Blue) = 223+169+224=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9E0 is #20561F. Grayscale: #BFBFBF. Windows color (decimal): -2119200 or 14723551. OLE color: 14723551.

HSL color Cylindrical-coordinate representation of color #DFA9E0: hue angle of 298.91º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA9E0 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 169 224 -
CMYK 0.00 0.25 0 0.12
HSL 298.91º 0.47% 0.77% -
HSV(B) 298.91º 0.25% 0.88% -
XYZ 58.07 49.45 77 -
YUV 191.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 223 169 224 0.00 0.25 0 0.12 298.91 0.47 0.77
Hex DF A9 E0 0 19 0 C 12B 2F 4D
Octal 337 251 340 0 31 0 14 453 57 115
Binary 11011111 10101001 11100000 0 11001 0 1100 100101011 101111 1001101

Color Harmonies of #DFA9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9E0

Black with #DFA9E0

Text Example


Text Example

White with #DFA9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9E0; }

 p { color: rgb(223,169,224); }

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

background-color css

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

 a { background-color: rgb(223,169,224); }

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

border-color css

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

 span { border-color: rgb(223,169,224); }

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