Html Css Color HEX #DC08EE Psychedelic Purple

📋 copy color: '#DC08EE'

red 220 ◦ green 8 ◦ blue 238

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

Shades of Psychedelic Purple #DC08EE

Tints of Psychedelic Purple #DC08EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.72%

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

R = 47.21%
G = 1.72%
B = 51.07%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC08EE (or 0xDC08EE) is known color: Psychedelic Purple. HEX triplet: DC, 08 and EE. RGB value is (220,8,238). Sum of RGB (Red+Green+Blue) = 220+8+238=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 8 (3.52% from 255 or 1.72% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC08EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC08EE is #23F711. Grayscale: #606060. Windows color (decimal): -2357010 or 15599836. OLE color: 15599836.

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

Color convert

RGB 220 8 238 -
CMYK 0.08 0.97 0 0.07
HSL 295.3º 0.93% 0.48% -
HSV(B) 295.3º 0.97% 0.93% -
XYZ 45.03 21.56 82.68 -
YUV 97.61 207.24 215.3 -
System Red Green Blue C M Y K H S L
Decimal 220 8 238 0.08 0.97 0 0.07 295.3 0.93 0.48
Hex DC 8 EE 8 61 0 7 127 5D 30
Octal 334 10 356 10 141 0 7 447 135 60
Binary 11011100 1000 11101110 1000 1100001 0 111 100100111 1011101 110000

Color Harmonies of #DC08EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08EE

Black with #DC08EE

Text Example


Text Example

White with #DC08EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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