#D024F7

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

Shades of Psychedelic Purple #D024F7

Tints of Psychedelic Purple #D024F7

Color information

#D024F7 (or 0xD024F7) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 24 and F7. RGB value is (208,36,247). Sum of RGB (Red+Green+Blue) = 208+36+247=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #D024F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024F7 is #2FDB08. Grayscale: #6E6E6E. Windows color (decimal): -3136265 or 16196816. OLE color: 16196816.

HSL color Cylindrical-coordinate representation of color #D024F7: hue angle of 288.91º 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 #D024F7 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20836247-
CMYK0.160.8500.03
HSL288.91º92.95%55.49%-
HSV(B)288.91º85.43%96.86%-
XYZ43.4321.3989.83-
YUV111.48204.48196.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 36 (14.45% from 255) = 7.33%
BLUE value IS 247 (96.88% from 255) = 50.31%
R=42.36%
G=7.33%
B=50.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal208362470.160.8500.03288.9192.9555.49
HexD024F71055031215d37
Octal32044367201250344113567
Binary11010000100100111101111000010101010111001000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D024F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D024F7; }

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

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

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

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

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

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

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

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