#D530ED

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

Shades of Psychedelic Purple #D530ED

Tints of Psychedelic Purple #D530ED

Color information

#D530ED (or 0xD530ED) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 30 and ED. RGB value is (213,48,237). Sum of RGB (Red+Green+Blue) = 213+48+237=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #D530ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D530ED is #2ACF12. Grayscale: #767676. Windows color (decimal): -2805523 or 15544533. OLE color: 15544533.

HSL color Cylindrical-coordinate representation of color #D530ED: hue angle of 292.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D530ED is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21348237-
CMYK0.100.8000.07
HSL292.38º84%55.88%-
HSV(B)292.38º79.75%92.94%-
XYZ43.7822.3782.13-
YUV118.88194.66195.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 48 (19.14% from 255) = 9.64%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=42.77%
G=9.64%
B=47.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213482370.100.8000.07292.388455.88
HexD530EDA50071245438
Octal32560355121200744412470
Binary11010101110000111011011010101000001111001001001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D530ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D530ED; }

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

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

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

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

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

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

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

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