#D124F7

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

Shades of Psychedelic Purple #D124F7

Tints of Psychedelic Purple #D124F7

Color information

#D124F7 (or 0xD124F7) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 24 and F7. RGB value is (209,36,247). Sum of RGB (Red+Green+Blue) = 209+36+247=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #D124F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D124F7 is #2EDB08. Grayscale: #6F6F6F. Windows color (decimal): -3070729 or 16196817. OLE color: 16196817.

HSL color Cylindrical-coordinate representation of color #D124F7: hue angle of 289.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D124F7 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20936247-
CMYK0.150.8500.03
HSL289.19º92.95%55.49%-
HSV(B)289.19º85.43%96.86%-
XYZ43.7121.5389.85-
YUV111.78204.31197.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 36 (14.45% from 255) = 7.32%
BLUE value IS 247 (96.88% from 255) = 50.20%
R=42.48%
G=7.32%
B=50.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal209362470.150.8500.03289.1992.9555.49
HexD124F7F55031215d37
Octal32144367171250344113567
Binary1101000110010011110111111110101010111001000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D124F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D124F7; }

 p { color: rgb(209,36,247); }

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

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

 a { background-color: rgb(209,36,247); }

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

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

 span { border-color: rgb(209,36,247); }

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