Html Css Color HEX #DC29F1 Psychedelic Purple

📋 copy color: '#DC29F1'

red 220 ◦ green 41 ◦ blue 241

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

Shades of Psychedelic Purple #DC29F1

Tints of Psychedelic Purple #DC29F1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.17%

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

R = 43.82%
G = 8.17%
B = 48.01%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC29F1 (or 0xDC29F1) is known color: Psychedelic Purple. HEX triplet: DC, 29 and F1. RGB value is (220,41,241). Sum of RGB (Red+Green+Blue) = 220+41+241=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC29F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC29F1 is #23D60E. Grayscale: #747474. Windows color (decimal): -2348559 or 15804892. OLE color: 15804892.

HSL color Cylindrical-coordinate representation of color #DC29F1: hue angle of 293.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC29F1 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 41 241 -
CMYK 0.09 0.83 0 0.05
HSL 293.7º 0.88% 0.55% -
HSV(B) 293.7º 0.83% 0.95% -
XYZ 46.19 23.15 85.25 -
YUV 117.32 197.8 201.24 -
System Red Green Blue C M Y K H S L
Decimal 220 41 241 0.09 0.83 0 0.05 293.7 0.88 0.55
Hex DC 29 F1 9 53 0 5 126 58 37
Octal 334 51 361 11 123 0 5 446 130 67
Binary 11011100 101001 11110001 1001 1010011 0 101 100100110 1011000 110111

Color Harmonies of #DC29F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29F1

Black with #DC29F1

Text Example


Text Example

White with #DC29F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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