Html Css Color HEX #DFA3EA Plum

📋 copy color: '#DFA3EA'

red 223 ◦ green 163 ◦ blue 234

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

Shades of Plum #DFA3EA

Tints of Plum #DFA3EA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.29%

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 35.97%
G = 26.29%
B = 37.74%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFA3EA (or 0xDFA3EA) is known color: Plum. HEX triplet: DF, A3 and EA. RGB value is (223,163,234). Sum of RGB (Red+Green+Blue) = 223+163+234=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3EA is #205C15. Grayscale: #BCBCBC. Windows color (decimal): -2120726 or 15377375. OLE color: 15377375.

HSL color Cylindrical-coordinate representation of color #DFA3EA: hue angle of 290.7º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA3EA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 163 234 -
CMYK 0.05 0.30 0 0.08
HSL 290.7º 0.63% 0.78% -
HSV(B) 290.7º 0.3% 0.92% -
XYZ 58.38 47.82 84 -
YUV 189.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 223 163 234 0.05 0.30 0 0.08 290.7 0.63 0.78
Hex DF A3 EA 5 1E 0 8 123 3F 4E
Octal 337 243 352 5 36 0 10 443 77 116
Binary 11011111 10100011 11101010 101 11110 0 1000 100100011 111111 1001110

Color Harmonies of #DFA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA3EA

Black with #DFA3EA

Text Example


Text Example

White with #DFA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA3EA; }

 p { color: rgb(223,163,234); }

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

background-color css

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

 a { background-color: rgb(223,163,234); }

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

border-color css

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

 span { border-color: rgb(223,163,234); }

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