Html Css Color HEX #D41CF6 Psychedelic Purple

📋 copy color: '#D41CF6'

red 212 ◦ green 28 ◦ blue 246

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

Shades of Psychedelic Purple #D41CF6

Tints of Psychedelic Purple #D41CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 43.62%
G = 5.76%
B = 50.62%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D41CF6 (or 0xD41CF6) is known color: Psychedelic Purple. HEX triplet: D4, 1C and F6. RGB value is (212,28,246). Sum of RGB (Red+Green+Blue) = 212+28+246=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #D41CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CF6 is #2BE309. Grayscale: #6B6B6B. Windows color (decimal): -2876170 or 16129236. OLE color: 16129236.

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

Color convert

RGB 212 28 246 -
CMYK 0.14 0.89 0 0.04
HSL 290.64º 0.92% 0.54% -
HSV(B) 290.64º 0.89% 0.96% -
XYZ 44.2 21.48 89.01 -
YUV 107.87 205.96 202.27 -
System Red Green Blue C M Y K H S L
Decimal 212 28 246 0.14 0.89 0 0.04 290.64 0.92 0.54
Hex D4 1C F6 E 59 0 4 123 5C 36
Octal 324 34 366 16 131 0 4 443 134 66
Binary 11010100 11100 11110110 1110 1011001 0 100 100100011 1011100 110110

Color Harmonies of #D41CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CF6

Black with #D41CF6

Text Example


Text Example

White with #D41CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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