#D512FF

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

Shades of Psychedelic Purple #D512FF

Tints of Psychedelic Purple #D512FF

Color information

#D512FF (or 0xD512FF) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 12 and FF. RGB value is (213,18,255). Sum of RGB (Red+Green+Blue) = 213+18+255=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #D512FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512FF is #2AED00. Grayscale: #666666. Windows color (decimal): -2813185 or 16716501. OLE color: 16716501.

HSL color Cylindrical-coordinate representation of color #D512FF: hue angle of 289.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D512FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21318255-
CMYK0.160.9300
HSL289.37º100%53.53%-
HSV(B)289.37º92.94%100%-
XYZ45.7121.896.41-
YUV103.32213.6206.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 18 (7.42% from 255) = 3.70%
BLUE value IS 255 (100% from 255) = 52.47%
R=43.83%
G=3.70%
B=52.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213182550.160.9300289.3710053.53
HexD512FF105D001216436
Octal32522377201350044114466
Binary110101011001011111111100001011101001001000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D512FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D512FF; }

 p { color: rgb(213,18,255); }

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

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

 a { background-color: rgb(213,18,255); }

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

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

 span { border-color: rgb(213,18,255); }

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