Html Css Color HEX #DC28ED Psychedelic Purple

📋 copy color: '#DC28ED'

red 220 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #DC28ED

Tints of Psychedelic Purple #DC28ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.05%

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

R = 44.27%
G = 8.05%
B = 47.69%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC28ED (or 0xDC28ED) is known color: Psychedelic Purple. HEX triplet: DC, 28 and ED. RGB value is (220,40,237). Sum of RGB (Red+Green+Blue) = 220+40+237=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC28ED is #23D712. Grayscale: #737373. Windows color (decimal): -2348819 or 15542492. OLE color: 15542492.

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

Color convert

RGB 220 40 237 -
CMYK 0.07 0.83 0 0.07
HSL 294.82º 0.85% 0.54% -
HSV(B) 294.82º 0.83% 0.93% -
XYZ 45.56 22.85 82.13 -
YUV 116.28 196.13 201.98 -
System Red Green Blue C M Y K H S L
Decimal 220 40 237 0.07 0.83 0 0.07 294.82 0.85 0.54
Hex DC 28 ED 7 53 0 7 127 55 36
Octal 334 50 355 7 123 0 7 447 125 66
Binary 11011100 101000 11101101 111 1010011 0 111 100100111 1010101 110110

Color Harmonies of #DC28ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28ED

Black with #DC28ED

Text Example


Text Example

White with #DC28ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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