Html Css Color HEX #DF93F6 Violet

📋 copy color: '#DF93F6'

red 223 ◦ green 147 ◦ blue 246

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

Shades of Violet #DF93F6

Tints of Violet #DF93F6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.86%

 BLUE value IS 246 (96.48% from 255) = 39.94%

R = 36.2%
G = 23.86%
B = 39.94%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF93F6 (or 0xDF93F6) is known color: Violet. HEX triplet: DF, 93 and F6. RGB value is (223,147,246). Sum of RGB (Red+Green+Blue) = 223+147+246=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF93F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93F6 is #206C09. Grayscale: #B4B4B4. Windows color (decimal): -2124810 or 16159711. OLE color: 16159711.

HSL color Cylindrical-coordinate representation of color #DF93F6: hue angle of 286.06º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF93F6 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 147 246 -
CMYK 0.09 0.40 0 0.04
HSL 286.06º 0.85% 0.77% -
HSV(B) 286.06º 0.4% 0.96% -
XYZ 57.5 43.21 92.5 -
YUV 181.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 223 147 246 0.09 0.40 0 0.04 286.06 0.85 0.77
Hex DF 93 F6 9 28 0 4 11E 55 4D
Octal 337 223 366 11 50 0 4 436 125 115
Binary 11011111 10010011 11110110 1001 101000 0 100 100011110 1010101 1001101

Color Harmonies of #DF93F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93F6

Black with #DF93F6

Text Example


Text Example

White with #DF93F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93F6; }

 p { color: rgb(223,147,246); }

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

background-color css

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

 a { background-color: rgb(223,147,246); }

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

border-color css

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

 span { border-color: rgb(223,147,246); }

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