#D730ED

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

Shades of Psychedelic Purple #D730ED

Tints of Psychedelic Purple #D730ED

Color information

#D730ED (or 0xD730ED) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 30 and ED. RGB value is (215,48,237). Sum of RGB (Red+Green+Blue) = 215+48+237=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #D730ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730ED is #28CF12. Grayscale: #767676. Windows color (decimal): -2674451 or 15544535. OLE color: 15544535.

HSL color Cylindrical-coordinate representation of color #D730ED: hue angle of 293.02º 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 #D730ED is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21548237-
CMYK0.090.8000.07
HSL293.02º84%55.88%-
HSV(B)293.02º79.75%92.94%-
XYZ44.3722.6882.16-
YUV119.48194.33196.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 48 (19.14% from 255) = 9.6%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=43%
G=9.6%
B=47.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215482370.090.8000.07293.028455.88
HexD730ED950071255438
Octal32760355111200744512470
Binary11010111110000111011011001101000001111001001011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D730ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D730ED; }

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

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

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

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

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

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

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

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