Html Css Color HEX #DF8AE1 Violet

📋 copy color: '#DF8AE1'

red 223 ◦ green 138 ◦ blue 225

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

Shades of Violet #DF8AE1

Tints of Violet #DF8AE1

RGB

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

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

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

R = 38.05%
G = 23.55%
B = 38.4%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF8AE1 (or 0xDF8AE1) is known color: Violet. HEX triplet: DF, 8A and E1. RGB value is (223,138,225). Sum of RGB (Red+Green+Blue) = 223+138+225=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AE1 is #20751E. Grayscale: #ADADAD. Windows color (decimal): -2127135 or 14781151. OLE color: 14781151.

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

Color convert

RGB 223 138 225 -
CMYK 0.01 0.39 0 0.12
HSL 298.62º 0.59% 0.71% -
HSV(B) 298.62º 0.39% 0.88% -
XYZ 53.11 39.3 76.02 -
YUV 173.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 223 138 225 0.01 0.39 0 0.12 298.62 0.59 0.71
Hex DF 8A E1 1 27 0 C 12B 3B 47
Octal 337 212 341 1 47 0 14 453 73 107
Binary 11011111 10001010 11100001 1 100111 0 1100 100101011 111011 1000111

Color Harmonies of #DF8AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8AE1

Black with #DF8AE1

Text Example


Text Example

White with #DF8AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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