Html Css Color HEX #DC17FD Psychedelic Purple

📋 copy color: '#DC17FD'

red 220 ◦ green 23 ◦ blue 253

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

Shades of Psychedelic Purple #DC17FD

Tints of Psychedelic Purple #DC17FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.64%

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 44.35%
G = 4.64%
B = 51.01%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC17FD (or 0xDC17FD) is known color: Psychedelic Purple. HEX triplet: DC, 17 and FD. RGB value is (220,23,253). Sum of RGB (Red+Green+Blue) = 220+23+253=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 23 (9.38% from 255 or 4.64% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC17FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17FD is #23E802. Grayscale: #6B6B6B. Windows color (decimal): -2353155 or 16586716. OLE color: 16586716.

HSL color Cylindrical-coordinate representation of color #DC17FD: hue angle of 291.39º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17FD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 23 253 -
CMYK 0.13 0.91 0 0.01
HSL 291.39º 0.98% 0.54% -
HSV(B) 291.39º 0.91% 0.99% -
XYZ 47.55 22.92 94.85 -
YUV 108.12 209.77 207.8 -
System Red Green Blue C M Y K H S L
Decimal 220 23 253 0.13 0.91 0 0.01 291.39 0.98 0.54
Hex DC 17 FD D 5B 0 1 123 62 36
Octal 334 27 375 15 133 0 1 443 142 66
Binary 11011100 10111 11111101 1101 1011011 0 1 100100011 1100010 110110

Color Harmonies of #DC17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17FD

Black with #DC17FD

Text Example


Text Example

White with #DC17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17FD; }

 p { color: rgb(220,23,253); }

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

background-color css

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

 a { background-color: rgb(220,23,253); }

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

border-color css

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

 span { border-color: rgb(220,23,253); }

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