Html Css Color HEX #D41FFC Psychedelic Purple

📋 copy color: '#D41FFC'

red 212 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #D41FFC

Tints of Psychedelic Purple #D41FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.26%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 42.83%
G = 6.26%
B = 50.91%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D41FFC (or 0xD41FFC) is known color: Psychedelic Purple. HEX triplet: D4, 1F and FC. RGB value is (212,31,252). Sum of RGB (Red+Green+Blue) = 212+31+252=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #D41FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FFC is #2BE003. Grayscale: #6D6D6D. Windows color (decimal): -2875396 or 16523220. OLE color: 16523220.

HSL color Cylindrical-coordinate representation of color #D41FFC: hue angle of 289.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41FFC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 31 252 -
CMYK 0.16 0.88 0 0.01
HSL 289.14º 0.97% 0.55% -
HSV(B) 289.14º 0.88% 0.99% -
XYZ 45.21 22.01 93.96 -
YUV 110.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 212 31 252 0.16 0.88 0 0.01 289.14 0.97 0.55
Hex D4 1F FC 10 58 0 1 121 61 37
Octal 324 37 374 20 130 0 1 441 141 67
Binary 11010100 11111 11111100 10000 1011000 0 1 100100001 1100001 110111

Color Harmonies of #D41FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FFC

Black with #D41FFC

Text Example


Text Example

White with #D41FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FFC; }

 p { color: rgb(212,31,252); }

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

background-color css

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

 a { background-color: rgb(212,31,252); }

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

border-color css

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

 span { border-color: rgb(212,31,252); }

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