Html Css Color HEX #DFA9E9 Plum

📋 copy color: '#DFA9E9'

red 223 ◦ green 169 ◦ blue 233

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

Shades of Plum #DFA9E9

Tints of Plum #DFA9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 35.68%
G = 27.04%
B = 37.28%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFA9E9 (or 0xDFA9E9) is known color: Plum. HEX triplet: DF, A9 and E9. RGB value is (223,169,233). Sum of RGB (Red+Green+Blue) = 223+169+233=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9E9 is #205616. Grayscale: #C0C0C0. Windows color (decimal): -2119191 or 15313375. OLE color: 15313375.

HSL color Cylindrical-coordinate representation of color #DFA9E9: hue angle of 290.62º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA9E9 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 169 233 -
CMYK 0.04 0.27 0 0.09
HSL 290.63º 0.59% 0.79% -
HSV(B) 290.63º 0.27% 0.91% -
XYZ 59.33 49.95 83.6 -
YUV 192.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 223 169 233 0.04 0.27 0 0.09 290.63 0.59 0.79
Hex DF A9 E9 4 1B 0 9 123 3B 4F
Octal 337 251 351 4 33 0 11 443 73 117
Binary 11011111 10101001 11101001 100 11011 0 1001 100100011 111011 1001111

Color Harmonies of #DFA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9E9

Black with #DFA9E9

Text Example


Text Example

White with #DFA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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