Html Css Color HEX #DF8AE0 Violet

📋 copy color: '#DF8AE0'

red 223 ◦ green 138 ◦ blue 224

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

Shades of Violet #DF8AE0

Tints of Violet #DF8AE0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.59%

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 38.12%
G = 23.59%
B = 38.29%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF8AE0 (or 0xDF8AE0) is known color: Violet. HEX triplet: DF, 8A and E0. RGB value is (223,138,224). Sum of RGB (Red+Green+Blue) = 223+138+224=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF8AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AE0 is #20751F. Grayscale: #ACACAC. Windows color (decimal): -2127136 or 14715615. OLE color: 14715615.

HSL color Cylindrical-coordinate representation of color #DF8AE0: hue angle of 299.3º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AE0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 138 224 -
CMYK 0.00 0.38 0 0.12
HSL 299.3º 0.58% 0.71% -
HSV(B) 299.3º 0.38% 0.88% -
XYZ 52.97 39.25 75.3 -
YUV 173.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 223 138 224 0.00 0.38 0 0.12 299.3 0.58 0.71
Hex DF 8A E0 0 26 0 C 12B 3A 47
Octal 337 212 340 0 46 0 14 453 72 107
Binary 11011111 10001010 11100000 0 100110 0 1100 100101011 111010 1000111

Color Harmonies of #DF8AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8AE0

Black with #DF8AE0

Text Example


Text Example

White with #DF8AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8AE0; }

 p { color: rgb(223,138,224); }

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

background-color css

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

 a { background-color: rgb(223,138,224); }

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

border-color css

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

 span { border-color: rgb(223,138,224); }

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