Html Css Color HEX #DC30EF Psychedelic Purple

📋 copy color: '#DC30EF'

red 220 ◦ green 48 ◦ blue 239

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

Shades of Psychedelic Purple #DC30EF

Tints of Psychedelic Purple #DC30EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.47%

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 43.39%
G = 9.47%
B = 47.14%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC30EF (or 0xDC30EF) is known color: Psychedelic Purple. HEX triplet: DC, 30 and EF. RGB value is (220,48,239). Sum of RGB (Red+Green+Blue) = 220+48+239=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC30EF is #23CF10. Grayscale: #787878. Windows color (decimal): -2346769 or 15675612. OLE color: 15675612.

HSL color Cylindrical-coordinate representation of color #DC30EF: hue angle of 294.03º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC30EF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 48 239 -
CMYK 0.08 0.80 0 0.06
HSL 294.03º 0.86% 0.56% -
HSV(B) 294.03º 0.8% 0.94% -
XYZ 46.15 23.56 83.78 -
YUV 121.2 194.48 198.47 -
System Red Green Blue C M Y K H S L
Decimal 220 48 239 0.08 0.80 0 0.06 294.03 0.86 0.56
Hex DC 30 EF 8 50 0 6 126 56 38
Octal 334 60 357 10 120 0 6 446 126 70
Binary 11011100 110000 11101111 1000 1010000 0 110 100100110 1010110 111000

Color Harmonies of #DC30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC30EF

Black with #DC30EF

Text Example


Text Example

White with #DC30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC30EF; }

 p { color: rgb(220,48,239); }

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

background-color css

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

 a { background-color: rgb(220,48,239); }

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

border-color css

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

 span { border-color: rgb(220,48,239); }

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