Html Css Color HEX #DF85EE Violet

📋 copy color: '#DF85EE'

red 223 ◦ green 133 ◦ blue 238

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

Shades of Violet #DF85EE

Tints of Violet #DF85EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.39%

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 37.54%
G = 22.39%
B = 40.07%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF85EE (or 0xDF85EE) is known color: Violet. HEX triplet: DF, 85 and EE. RGB value is (223,133,238). Sum of RGB (Red+Green+Blue) = 223+133+238=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85EE is #207A11. Grayscale: #ABABAB. Windows color (decimal): -2128402 or 15631839. OLE color: 15631839.

HSL color Cylindrical-coordinate representation of color #DF85EE: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF85EE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 133 238 -
CMYK 0.06 0.44 0 0.07
HSL 291.43º 0.76% 0.73% -
HSV(B) 291.43º 0.44% 0.93% -
XYZ 54.25 38.64 85.49 -
YUV 171.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 223 133 238 0.06 0.44 0 0.07 291.43 0.76 0.73
Hex DF 85 EE 6 2C 0 7 123 4C 49
Octal 337 205 356 6 54 0 7 443 114 111
Binary 11011111 10000101 11101110 110 101100 0 111 100100011 1001100 1001001

Color Harmonies of #DF85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85EE

Black with #DF85EE

Text Example


Text Example

White with #DF85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85EE; }

 p { color: rgb(223,133,238); }

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

background-color css

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

 a { background-color: rgb(223,133,238); }

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

border-color css

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

 span { border-color: rgb(223,133,238); }

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