Html Css Color HEX #D41DF4 Psychedelic Purple

📋 copy color: '#D41DF4'

red 212 ◦ green 29 ◦ blue 244

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

Shades of Psychedelic Purple #D41DF4

Tints of Psychedelic Purple #D41DF4

RGB

 RED value IS 212 (83.2% from 255) = 43.71%

 GREEN value IS 29 (11.72% from 255) = 5.98%

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 43.71%
G = 5.98%
B = 50.31%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D41DF4 (or 0xD41DF4) is known color: Psychedelic Purple. HEX triplet: D4, 1D and F4. RGB value is (212,29,244). Sum of RGB (Red+Green+Blue) = 212+29+244=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #D41DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DF4 is #2BE20B. Grayscale: #6B6B6B. Windows color (decimal): -2875916 or 15998420. OLE color: 15998420.

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

Color convert

RGB 212 29 244 -
CMYK 0.13 0.88 0 0.04
HSL 291.07º 0.91% 0.54% -
HSV(B) 291.07º 0.88% 0.96% -
XYZ 43.92 21.41 87.41 -
YUV 108.23 204.63 202.02 -
System Red Green Blue C M Y K H S L
Decimal 212 29 244 0.13 0.88 0 0.04 291.07 0.91 0.54
Hex D4 1D F4 D 58 0 4 123 5B 36
Octal 324 35 364 15 130 0 4 443 133 66
Binary 11010100 11101 11110100 1101 1011000 0 100 100100011 1011011 110110

Color Harmonies of #D41DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DF4

Black with #D41DF4

Text Example


Text Example

White with #D41DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DF4; }

 p { color: rgb(212,29,244); }

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

background-color css

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

 a { background-color: rgb(212,29,244); }

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

border-color css

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

 span { border-color: rgb(212,29,244); }

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