Html Css Color HEX #DC88EE Violet

📋 copy color: '#DC88EE'

red 220 ◦ green 136 ◦ blue 238

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

Shades of Violet #DC88EE

Tints of Violet #DC88EE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.9%

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

R = 37.04%
G = 22.9%
B = 40.07%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC88EE (or 0xDC88EE) is known color: Violet. HEX triplet: DC, 88 and EE. RGB value is (220,136,238). Sum of RGB (Red+Green+Blue) = 220+136+238=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 136 (53.52% from 255 or 22.90% 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 #DC88EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88EE is #237711. Grayscale: #ACACAC. Windows color (decimal): -2324242 or 15632604. OLE color: 15632604.

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

Color convert

RGB 220 136 238 -
CMYK 0.08 0.43 0 0.07
HSL 289.41º 0.75% 0.73% -
HSV(B) 289.41º 0.43% 0.93% -
XYZ 53.75 39 85.58 -
YUV 172.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 220 136 238 0.08 0.43 0 0.07 289.41 0.75 0.73
Hex DC 88 EE 8 2B 0 7 121 4B 49
Octal 334 210 356 10 53 0 7 441 113 111
Binary 11011100 10001000 11101110 1000 101011 0 111 100100001 1001011 1001001

Color Harmonies of #DC88EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88EE

Black with #DC88EE

Text Example


Text Example

White with #DC88EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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