Html Css Color HEX #D41DFB Psychedelic Purple

📋 copy color: '#D41DFB'

red 212 ◦ green 29 ◦ blue 251

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

Shades of Psychedelic Purple #D41DFB

Tints of Psychedelic Purple #D41DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 43.09%
G = 5.89%
B = 51.02%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D41DFB (or 0xD41DFB) is known color: Psychedelic Purple. HEX triplet: D4, 1D and FB. RGB value is (212,29,251). Sum of RGB (Red+Green+Blue) = 212+29+251=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #D41DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DFB is #2BE204. Grayscale: #6C6C6C. Windows color (decimal): -2875909 or 16457172. OLE color: 16457172.

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

Color convert

RGB 212 29 251 -
CMYK 0.16 0.88 0 0.02
HSL 289.46º 0.97% 0.55% -
HSV(B) 289.46º 0.88% 0.98% -
XYZ 45 21.84 93.11 -
YUV 109.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 212 29 251 0.16 0.88 0 0.02 289.46 0.97 0.55
Hex D4 1D FB 10 58 0 2 121 61 37
Octal 324 35 373 20 130 0 2 441 141 67
Binary 11010100 11101 11111011 10000 1011000 0 10 100100001 1100001 110111

Color Harmonies of #D41DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DFB

Black with #D41DFB

Text Example


Text Example

White with #D41DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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