Html Css Color HEX #DC85EE Violet

📋 copy color: '#DC85EE'

red 220 ◦ green 133 ◦ blue 238

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

Shades of Violet #DC85EE

Tints of Violet #DC85EE

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

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

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

R = 37.23%
G = 22.5%
B = 40.27%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC85EE (or 0xDC85EE) is known color: Violet. HEX triplet: DC, 85 and EE. RGB value is (220,133,238). Sum of RGB (Red+Green+Blue) = 220+133+238=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85EE is #237A11. Grayscale: #AAAAAA. Windows color (decimal): -2325010 or 15631836. OLE color: 15631836.

HSL color Cylindrical-coordinate representation of color #DC85EE: hue angle of 289.71º 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 #DC85EE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 133 238 -
CMYK 0.08 0.44 0 0.07
HSL 289.71º 0.76% 0.73% -
HSV(B) 289.71º 0.44% 0.93% -
XYZ 53.34 38.16 85.44 -
YUV 170.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 220 133 238 0.08 0.44 0 0.07 289.71 0.76 0.73
Hex DC 85 EE 8 2C 0 7 122 4C 49
Octal 334 205 356 10 54 0 7 442 114 111
Binary 11011100 10000101 11101110 1000 101100 0 111 100100010 1001100 1001001

Color Harmonies of #DC85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85EE

Black with #DC85EE

Text Example


Text Example

White with #DC85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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