Html Css Color HEX #DC17F9 Psychedelic Purple

📋 copy color: '#DC17F9'

red 220 ◦ green 23 ◦ blue 249

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

Shades of Psychedelic Purple #DC17F9

Tints of Psychedelic Purple #DC17F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 44.72%
G = 4.67%
B = 50.61%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC17F9 (or 0xDC17F9) is known color: Psychedelic Purple. HEX triplet: DC, 17 and F9. RGB value is (220,23,249). Sum of RGB (Red+Green+Blue) = 220+23+249=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC17F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17F9 is #23E806. Grayscale: #6A6A6A. Windows color (decimal): -2353159 or 16324572. OLE color: 16324572.

HSL color Cylindrical-coordinate representation of color #DC17F9: hue angle of 292.3º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17F9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 23 249 -
CMYK 0.12 0.91 0 0.02
HSL 292.3º 0.95% 0.53% -
HSV(B) 292.3º 0.91% 0.98% -
XYZ 46.92 22.67 91.52 -
YUV 107.67 207.77 208.12 -
System Red Green Blue C M Y K H S L
Decimal 220 23 249 0.12 0.91 0 0.02 292.3 0.95 0.53
Hex DC 17 F9 C 5B 0 2 124 5F 35
Octal 334 27 371 14 133 0 2 444 137 65
Binary 11011100 10111 11111001 1100 1011011 0 10 100100100 1011111 110101

Color Harmonies of #DC17F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17F9

Black with #DC17F9

Text Example


Text Example

White with #DC17F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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