Html Css Color HEX #DC15ED Psychedelic Purple

📋 copy color: '#DC15ED'

red 220 ◦ green 21 ◦ blue 237

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

Shades of Psychedelic Purple #DC15ED

Tints of Psychedelic Purple #DC15ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.39%

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

R = 46.03%
G = 4.39%
B = 49.58%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC15ED (or 0xDC15ED) is known color: Psychedelic Purple. HEX triplet: DC, 15 and ED. RGB value is (220,21,237). Sum of RGB (Red+Green+Blue) = 220+21+237=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15ED is #23EA12. Grayscale: #686868. Windows color (decimal): -2353683 or 15537628. OLE color: 15537628.

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

Color convert

RGB 220 21 237 -
CMYK 0.07 0.91 0 0.07
HSL 295.28º 0.86% 0.51% -
HSV(B) 295.28º 0.91% 0.93% -
XYZ 45.07 21.87 81.97 -
YUV 105.13 202.43 209.94 -
System Red Green Blue C M Y K H S L
Decimal 220 21 237 0.07 0.91 0 0.07 295.28 0.86 0.51
Hex DC 15 ED 7 5B 0 7 127 56 33
Octal 334 25 355 7 133 0 7 447 126 63
Binary 11011100 10101 11101101 111 1011011 0 111 100100111 1010110 110011

Color Harmonies of #DC15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15ED

Black with #DC15ED

Text Example


Text Example

White with #DC15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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