#D630ED

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

Shades of Psychedelic Purple #D630ED

Tints of Psychedelic Purple #D630ED

Color information

#D630ED (or 0xD630ED) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 30 and ED. RGB value is (214,48,237). Sum of RGB (Red+Green+Blue) = 214+48+237=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #D630ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630ED is #29CF12. Grayscale: #767676. Windows color (decimal): -2739987 or 15544534. OLE color: 15544534.

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

Color convert

RGB21448237-
CMYK0.100.8000.07
HSL292.7º84%55.88%-
HSV(B)292.7º79.75%92.94%-
XYZ44.0722.5282.15-
YUV119.18194.5195.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 48 (19.14% from 255) = 9.62%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=42.89%
G=9.62%
B=47.49%

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
Decimal214482370.100.8000.07292.78455.88
HexD630EDA50071255438
Octal32660355121200744512470
Binary11010110110000111011011010101000001111001001011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D630ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D630ED; }

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

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

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

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

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

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

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

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