Html Css Color HEX #DC15FF Psychedelic Purple

📋 copy color: '#DC15FF'

red 220 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #DC15FF

Tints of Psychedelic Purple #DC15FF

RGB

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

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

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

R = 44.35%
G = 4.23%
B = 51.41%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC15FF (or 0xDC15FF) is known color: Psychedelic Purple. HEX triplet: DC, 15 and FF. RGB value is (220,21,255). Sum of RGB (Red+Green+Blue) = 220+21+255=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15FF is #23EA00. Grayscale: #6A6A6A. Windows color (decimal): -2353665 or 16717276. OLE color: 16717276.

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

Color convert

RGB 220 21 255 -
CMYK 0.14 0.92 0 0
HSL 291.03º 1% 0.54% -
HSV(B) 291.03º 0.92% 1% -
XYZ 47.83 22.97 96.52 -
YUV 107.18 211.43 208.47 -
System Red Green Blue C M Y K H S L
Decimal 220 21 255 0.14 0.92 0 0 291.03 1 0.54
Hex DC 15 FF E 5C 0 0 123 64 36
Octal 334 25 377 16 134 0 0 443 144 66
Binary 11011100 10101 11111111 1110 1011100 0 0 100100011 1100100 110110

Color Harmonies of #DC15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15FF

Black with #DC15FF

Text Example


Text Example

White with #DC15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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