Html Css Color HEX #DC00ED Psychedelic Purple

📋 copy color: '#DC00ED'

red 220 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #DC00ED

Tints of Psychedelic Purple #DC00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.14%
G = 0%
B = 51.86%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC00ED (or 0xDC00ED) is known color: Psychedelic Purple. HEX triplet: DC, 00 and ED. RGB value is (220,0,237). Sum of RGB (Red+Green+Blue) = 220+0+237=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00ED is #23FF12. Grayscale: #5C5C5C. Windows color (decimal): -2359059 or 15532252. OLE color: 15532252.

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

Color convert

RGB 220 0 237 -
CMYK 0.07 1 0 0.07
HSL 295.7º 1% 0.46% -
HSV(B) 295.7º 1% 0.93% -
XYZ 44.8 21.33 81.88 -
YUV 92.8 209.39 218.73 -
System Red Green Blue C M Y K H S L
Decimal 220 0 237 0.07 1 0 0.07 295.7 1 0.46
Hex DC 0 ED 7 64 0 7 128 64 2E
Octal 334 0 355 7 144 0 7 450 144 56
Binary 11011100 0 11101101 111 1100100 0 111 100101000 1100100 101110

Color Harmonies of #DC00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00ED

Black with #DC00ED

Text Example


Text Example

White with #DC00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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