Html Css Color HEX #DC17F5 Psychedelic Purple

📋 copy color: '#DC17F5'

red 220 ◦ green 23 ◦ blue 245

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

Shades of Psychedelic Purple #DC17F5

Tints of Psychedelic Purple #DC17F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.2%

R = 45.08%
G = 4.71%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC17F5 (or 0xDC17F5) is known color: Psychedelic Purple. HEX triplet: DC, 17 and F5. RGB value is (220,23,245). Sum of RGB (Red+Green+Blue) = 220+23+245=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC17F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17F5 is #23E80A. Grayscale: #6A6A6A. Windows color (decimal): -2353163 or 16062428. OLE color: 16062428.

HSL color Cylindrical-coordinate representation of color #DC17F5: hue angle of 293.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17F5 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 23 245 -
CMYK 0.10 0.91 0 0.04
HSL 293.24º 0.92% 0.53% -
HSV(B) 293.24º 0.91% 0.96% -
XYZ 46.3 22.42 88.27 -
YUV 107.21 205.77 208.45 -
System Red Green Blue C M Y K H S L
Decimal 220 23 245 0.10 0.91 0 0.04 293.24 0.92 0.53
Hex DC 17 F5 A 5B 0 4 125 5C 35
Octal 334 27 365 12 133 0 4 445 134 65
Binary 11011100 10111 11110101 1010 1011011 0 100 100100101 1011100 110101

Color Harmonies of #DC17F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17F5

Black with #DC17F5

Text Example


Text Example

White with #DC17F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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