#D418F1

Color #D418F1 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D418F1

Tints of Psychedelic Purple #D418F1

Color information

#D418F1 (or 0xD418F1) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 18 and F1. RGB value is (212,24,241). Sum of RGB (Red+Green+Blue) = 212+24+241=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #D418F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418F1 is #2BE70E. Grayscale: #686868. Windows color (decimal): -2877199 or 15800532. OLE color: 15800532.

HSL color Cylindrical-coordinate representation of color #D418F1: hue angle of 291.98º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D418F1 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21224241-
CMYK0.120.9000.05
HSL291.98º88.57%51.96%-
HSV(B)291.98º90.04%94.51%-
XYZ43.362184.99-
YUV104.95204.78204.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 5.03%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=44.44%
G=5.03%
B=50.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212242410.120.9000.05291.9888.5751.96
HexD418F1C5A051245934
Octal32430361141320544413164
Binary1101010011000111100011100101101001011001001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D418F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D418F1; }

 p { color: rgb(212,24,241); }

 H1.HeaderClassName
 {
   color: #D418F1;
 }
 .AnyTagClassName
 {
   color: #D418F1;
 }
</style>
background-color css

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

 a { background-color: rgb(212,24,241); }

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

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

 span { border-color: rgb(212,24,241); }

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