#D530F3

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

Shades of Psychedelic Purple #D530F3

Tints of Psychedelic Purple #D530F3

Color information

#D530F3 (or 0xD530F3) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 30 and F3. RGB value is (213,48,243). Sum of RGB (Red+Green+Blue) = 213+48+243=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #D530F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D530F3 is #2ACF0C. Grayscale: #767676. Windows color (decimal): -2805517 or 15937749. OLE color: 15937749.

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

Color convert

RGB21348243-
CMYK0.120.8000.05
HSL290.77º89.04%57.06%-
HSV(B)290.77º80.25%95.29%-
XYZ44.6822.7386.83-
YUV119.56197.66194.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 48 (19.14% from 255) = 9.52%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=42.26%
G=9.52%
B=48.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213482430.120.8000.05290.7789.0457.06
HexD530F3C50051235939
Octal32560363141200544313171
Binary11010101110000111100111100101000001011001000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D530F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D530F3; }

 p { color: rgb(213,48,243); }

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

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

 a { background-color: rgb(213,48,243); }

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

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

 span { border-color: rgb(213,48,243); }

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