Html Css Color HEX #DC19F1 Psychedelic Purple

📋 copy color: '#DC19F1'

red 220 ◦ green 25 ◦ blue 241

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

Shades of Psychedelic Purple #DC19F1

Tints of Psychedelic Purple #DC19F1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.14%

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 45.27%
G = 5.14%
B = 49.59%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC19F1 (or 0xDC19F1) is known color: Psychedelic Purple. HEX triplet: DC, 19 and F1. RGB value is (220,25,241). Sum of RGB (Red+Green+Blue) = 220+25+241=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC19F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19F1 is #23E60E. Grayscale: #6B6B6B. Windows color (decimal): -2352655 or 15800796. OLE color: 15800796.

HSL color Cylindrical-coordinate representation of color #DC19F1: hue angle of 294.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC19F1 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 25 241 -
CMYK 0.09 0.90 0 0.05
HSL 294.17º 0.89% 0.52% -
HSV(B) 294.17º 0.9% 0.95% -
XYZ 45.74 22.26 85.11 -
YUV 107.93 203.1 207.94 -
System Red Green Blue C M Y K H S L
Decimal 220 25 241 0.09 0.90 0 0.05 294.17 0.89 0.52
Hex DC 19 F1 9 5A 0 5 126 59 34
Octal 334 31 361 11 132 0 5 446 131 64
Binary 11011100 11001 11110001 1001 1011010 0 101 100100110 1011001 110100

Color Harmonies of #DC19F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19F1

Black with #DC19F1

Text Example


Text Example

White with #DC19F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19F1; }

 p { color: rgb(220,25,241); }

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

background-color css

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

 a { background-color: rgb(220,25,241); }

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

border-color css

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

 span { border-color: rgb(220,25,241); }

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