Html Css Color HEX #DFA5E1 Plum

📋 copy color: '#DFA5E1'

red 223 ◦ green 165 ◦ blue 225

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

Shades of Plum #DFA5E1

Tints of Plum #DFA5E1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.92%

 BLUE value IS 225 (88.28% from 255) = 36.7%

R = 36.38%
G = 26.92%
B = 36.7%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFA5E1 (or 0xDFA5E1) is known color: Plum. HEX triplet: DF, A5 and E1. RGB value is (223,165,225). Sum of RGB (Red+Green+Blue) = 223+165+225=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA5E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA5E1 is #205A1E. Grayscale: #BDBDBD. Windows color (decimal): -2120223 or 14788063. OLE color: 14788063.

HSL color Cylindrical-coordinate representation of color #DFA5E1: hue angle of 298º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA5E1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 165 225 -
CMYK 0.01 0.27 0 0.12
HSL 298º 0.5% 0.76% -
HSV(B) 298º 0.27% 0.88% -
XYZ 57.48 48.03 77.48 -
YUV 189.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 223 165 225 0.01 0.27 0 0.12 298 0.5 0.76
Hex DF A5 E1 1 1B 0 C 12A 32 4C
Octal 337 245 341 1 33 0 14 452 62 114
Binary 11011111 10100101 11100001 1 11011 0 1100 100101010 110010 1001100

Color Harmonies of #DFA5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA5E1

Black with #DFA5E1

Text Example


Text Example

White with #DFA5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA5E1; }

 p { color: rgb(223,165,225); }

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

background-color css

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

 a { background-color: rgb(223,165,225); }

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

border-color css

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

 span { border-color: rgb(223,165,225); }

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