Html Css Color HEX #DC10EE Psychedelic Purple

📋 copy color: '#DC10EE'

red 220 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #DC10EE

Tints of Psychedelic Purple #DC10EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.38%

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

R = 46.41%
G = 3.38%
B = 50.21%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC10EE (or 0xDC10EE) is known color: Psychedelic Purple. HEX triplet: DC, 10 and EE. RGB value is (220,16,238). Sum of RGB (Red+Green+Blue) = 220+16+238=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10EE is #23EF11. Grayscale: #656565. Windows color (decimal): -2354962 or 15601884. OLE color: 15601884.

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

Color convert

RGB 220 16 238 -
CMYK 0.08 0.93 0 0.07
HSL 295.14º 0.87% 0.5% -
HSV(B) 295.14º 0.93% 0.93% -
XYZ 45.13 21.76 82.71 -
YUV 102.3 204.59 211.95 -
System Red Green Blue C M Y K H S L
Decimal 220 16 238 0.08 0.93 0 0.07 295.14 0.87 0.5
Hex DC 10 EE 8 5D 0 7 127 57 32
Octal 334 20 356 10 135 0 7 447 127 62
Binary 11011100 10000 11101110 1000 1011101 0 111 100100111 1010111 110010

Color Harmonies of #DC10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10EE

Black with #DC10EE

Text Example


Text Example

White with #DC10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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