Html Css Color HEX #DFA9E8 Plum

📋 copy color: '#DFA9E8'

red 223 ◦ green 169 ◦ blue 232

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

Shades of Plum #DFA9E8

Tints of Plum #DFA9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 35.74%
G = 27.08%
B = 37.18%

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

#DFA9E8 (or 0xDFA9E8) is known color: Plum. HEX triplet: DF, A9 and E8. RGB value is (223,169,232). Sum of RGB (Red+Green+Blue) = 223+169+232=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFA9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9E8 is #205617. Grayscale: #C0C0C0. Windows color (decimal): -2119192 or 15247839. OLE color: 15247839.

HSL color Cylindrical-coordinate representation of color #DFA9E8: hue angle of 291.43º degrees, saturation: 0.58, 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 #DFA9E8 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 169 232 -
CMYK 0.04 0.27 0 0.09
HSL 291.43º 0.58% 0.79% -
HSV(B) 291.43º 0.27% 0.91% -
XYZ 59.18 49.89 82.85 -
YUV 192.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 223 169 232 0.04 0.27 0 0.09 291.43 0.58 0.79
Hex DF A9 E8 4 1B 0 9 123 3A 4F
Octal 337 251 350 4 33 0 11 443 72 117
Binary 11011111 10101001 11101000 100 11011 0 1001 100100011 111010 1001111

Color Harmonies of #DFA9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9E8

Black with #DFA9E8

Text Example


Text Example

White with #DFA9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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