#DF8CEB

Color #DF8CEB Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DF8CEB

Tints of Violet #DF8CEB

Color information

#DF8CEB (or 0xDF8CEB) is unknown color: approx Violet. HEX triplet: DF, 8C and EB. RGB value is (223,140,235). Sum of RGB (Red+Green+Blue) = 223+140+235=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CEB is #207314. Grayscale: #AFAFAF. Windows color (decimal): -2126613 or 15437023. OLE color: 15437023.

HSL color Cylindrical-coordinate representation of color #DF8CEB: hue angle of 292.42º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8CEB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223140235-
CMYK0.050.4000.08
HSL292.42º70.37%73.53%-
HSV(B)292.42º40.43%92.16%-
XYZ54.840.4483.51-
YUV175.65161.5161.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 140 (55.08% from 255) = 23.41%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=37.29%
G=23.41%
B=39.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231402350.050.4000.08292.4270.3773.53
HexDF8CEB52808124464a
Octal337214353550010444106112
Binary1101111110001100111010111011010000100010010010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CEB; }

 p { color: rgb(223,140,235); }

 H1.HeaderClassName
 {
   color: #DF8CEB;
 }
 .AnyTagClassName
 {
   color: #DF8CEB;
 }
</style>
background-color css

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

 a { background-color: rgb(223,140,235); }

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

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

 span { border-color: rgb(223,140,235); }

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