Html Css Color HEX #DC05ED Psychedelic Purple

📋 copy color: '#DC05ED'

red 220 ◦ green 5 ◦ blue 237

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

Shades of Psychedelic Purple #DC05ED

Tints of Psychedelic Purple #DC05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 47.62%
G = 1.08%
B = 51.3%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC05ED (or 0xDC05ED) is known color: Psychedelic Purple. HEX triplet: DC, 05 and ED. RGB value is (220,5,237). Sum of RGB (Red+Green+Blue) = 220+5+237=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC05ED is #23FA12. Grayscale: #5F5F5F. Windows color (decimal): -2357779 or 15533532. OLE color: 15533532.

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

Color convert

RGB 220 5 237 -
CMYK 0.07 0.98 0 0.07
HSL 295.6º 0.96% 0.47% -
HSV(B) 295.6º 0.98% 0.93% -
XYZ 44.86 21.44 81.89 -
YUV 95.73 207.73 216.64 -
System Red Green Blue C M Y K H S L
Decimal 220 5 237 0.07 0.98 0 0.07 295.6 0.96 0.47
Hex DC 5 ED 7 62 0 7 128 60 2F
Octal 334 5 355 7 142 0 7 450 140 57
Binary 11011100 101 11101101 111 1100010 0 111 100101000 1100000 101111

Color Harmonies of #DC05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05ED

Black with #DC05ED

Text Example


Text Example

White with #DC05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05ED; }

 p { color: rgb(220,5,237); }

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

background-color css

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

 a { background-color: rgb(220,5,237); }

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

border-color css

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

 span { border-color: rgb(220,5,237); }

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