Html Css Color HEX #D41CF9 Psychedelic Purple

📋 copy color: '#D41CF9'

red 212 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #D41CF9

Tints of Psychedelic Purple #D41CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 43.35%
G = 5.73%
B = 50.92%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D41CF9 (or 0xD41CF9) is known color: Psychedelic Purple. HEX triplet: D4, 1C and F9. RGB value is (212,28,249). Sum of RGB (Red+Green+Blue) = 212+28+249=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #D41CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CF9 is #2BE306. Grayscale: #6B6B6B. Windows color (decimal): -2876167 or 16325844. OLE color: 16325844.

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

Color convert

RGB 212 28 249 -
CMYK 0.15 0.89 0 0.02
HSL 289.95º 0.95% 0.54% -
HSV(B) 289.95º 0.89% 0.98% -
XYZ 44.67 21.67 91.45 -
YUV 108.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 212 28 249 0.15 0.89 0 0.02 289.95 0.95 0.54
Hex D4 1C F9 F 59 0 2 122 5F 36
Octal 324 34 371 17 131 0 2 442 137 66
Binary 11010100 11100 11111001 1111 1011001 0 10 100100010 1011111 110110

Color Harmonies of #D41CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CF9

Black with #D41CF9

Text Example


Text Example

White with #D41CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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