Html Css Color HEX #D41CFB Psychedelic Purple

📋 copy color: '#D41CFB'

red 212 ◦ green 28 ◦ blue 251

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

Shades of Psychedelic Purple #D41CFB

Tints of Psychedelic Purple #D41CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.7%

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

R = 43.18%
G = 5.7%
B = 51.12%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D41CFB (or 0xD41CFB) is known color: Psychedelic Purple. HEX triplet: D4, 1C and FB. RGB value is (212,28,251). Sum of RGB (Red+Green+Blue) = 212+28+251=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #D41CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CFB is #2BE304. Grayscale: #6B6B6B. Windows color (decimal): -2876165 or 16456916. OLE color: 16456916.

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

Color convert

RGB 212 28 251 -
CMYK 0.16 0.89 0 0.02
HSL 289.51º 0.97% 0.55% -
HSV(B) 289.51º 0.89% 0.98% -
XYZ 44.98 21.79 93.1 -
YUV 108.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 212 28 251 0.16 0.89 0 0.02 289.51 0.97 0.55
Hex D4 1C FB 10 59 0 2 122 61 37
Octal 324 34 373 20 131 0 2 442 141 67
Binary 11010100 11100 11111011 10000 1011001 0 10 100100010 1100001 110111

Color Harmonies of #D41CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CFB

Black with #D41CFB

Text Example


Text Example

White with #D41CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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