Html Css Color HEX #DC38FF Psychedelic Purple

📋 copy color: '#DC38FF'

red 220 ◦ green 56 ◦ blue 255

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

Shades of Psychedelic Purple #DC38FF

Tints of Psychedelic Purple #DC38FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.55%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 41.43%
G = 10.55%
B = 48.02%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC38FF (or 0xDC38FF) is known color: Psychedelic Purple. HEX triplet: DC, 38 and FF. RGB value is (220,56,255). Sum of RGB (Red+Green+Blue) = 220+56+255=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 56 (22.27% from 255 or 10.55% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC38FF is #23C700. Grayscale: #7F7F7F. Windows color (decimal): -2344705 or 16726236. OLE color: 16726236.

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

Color convert

RGB 220 56 255 -
CMYK 0.14 0.78 0 0
HSL 289.45º 1% 0.61% -
HSV(B) 289.45º 0.78% 1% -
XYZ 48.98 25.26 96.9 -
YUV 127.72 199.83 193.82 -
System Red Green Blue C M Y K H S L
Decimal 220 56 255 0.14 0.78 0 0 289.45 1 0.61
Hex DC 38 FF E 4E 0 0 121 64 3D
Octal 334 70 377 16 116 0 0 441 144 75
Binary 11011100 111000 11111111 1110 1001110 0 0 100100001 1100100 111101

Color Harmonies of #DC38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38FF

Black with #DC38FF

Text Example


Text Example

White with #DC38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38FF; }

 p { color: rgb(220,56,255); }

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

background-color css

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

 a { background-color: rgb(220,56,255); }

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

border-color css

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

 span { border-color: rgb(220,56,255); }

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