Html Css Color HEX #DFA7EA Plum

📋 copy color: '#DFA7EA'

red 223 ◦ green 167 ◦ blue 234

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

Shades of Plum #DFA7EA

Tints of Plum #DFA7EA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.76%

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

R = 35.74%
G = 26.76%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFA7EA (or 0xDFA7EA) is known color: Plum. HEX triplet: DF, A7 and EA. RGB value is (223,167,234). Sum of RGB (Red+Green+Blue) = 223+167+234=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7EA is #205815. Grayscale: #BFBFBF. Windows color (decimal): -2119702 or 15378399. OLE color: 15378399.

HSL color Cylindrical-coordinate representation of color #DFA7EA: hue angle of 290.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA7EA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 167 234 -
CMYK 0.05 0.29 0 0.08
HSL 290.15º 0.61% 0.79% -
HSV(B) 290.15º 0.29% 0.92% -
XYZ 59.1 49.27 84.24 -
YUV 191.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 223 167 234 0.05 0.29 0 0.08 290.15 0.61 0.79
Hex DF A7 EA 5 1D 0 8 122 3D 4F
Octal 337 247 352 5 35 0 10 442 75 117
Binary 11011111 10100111 11101010 101 11101 0 1000 100100010 111101 1001111

Color Harmonies of #DFA7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7EA

Black with #DFA7EA

Text Example


Text Example

White with #DFA7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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