Html Css Color HEX #DC28E4 Psychedelic Purple

📋 copy color: '#DC28E4'

red 220 ◦ green 40 ◦ blue 228

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

Shades of Psychedelic Purple #DC28E4

Tints of Psychedelic Purple #DC28E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.72%

R = 45.08%
G = 8.2%
B = 46.72%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC28E4 (or 0xDC28E4) is known color: Psychedelic Purple. HEX triplet: DC, 28 and E4. RGB value is (220,40,228). Sum of RGB (Red+Green+Blue) = 220+40+228=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC28E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28E4 is #23D71B. Grayscale: #727272. Windows color (decimal): -2348828 or 14952668. OLE color: 14952668.

HSL color Cylindrical-coordinate representation of color #DC28E4: hue angle of 297.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28E4 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 40 228 -
CMYK 0.04 0.82 0 0.11
HSL 297.45º 0.78% 0.53% -
HSV(B) 297.45º 0.82% 0.89% -
XYZ 44.28 22.33 75.38 -
YUV 115.25 191.63 202.71 -
System Red Green Blue C M Y K H S L
Decimal 220 40 228 0.04 0.82 0 0.11 297.45 0.78 0.53
Hex DC 28 E4 4 52 0 B 129 4E 35
Octal 334 50 344 4 122 0 13 451 116 65
Binary 11011100 101000 11100100 100 1010010 0 1011 100101001 1001110 110101

Color Harmonies of #DC28E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28E4

Black with #DC28E4

Text Example


Text Example

White with #DC28E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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