#D912FB

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

Shades of Psychedelic Purple #D912FB

Tints of Psychedelic Purple #D912FB

Color information

#D912FB (or 0xD912FB) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 12 and FB. RGB value is (217,18,251). Sum of RGB (Red+Green+Blue) = 217+18+251=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #D912FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912FB is #26ED04. Grayscale: #676767. Windows color (decimal): -2551045 or 16454361. OLE color: 16454361.

HSL color Cylindrical-coordinate representation of color #D912FB: hue angle of 291.24º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D912FB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21718251-
CMYK0.140.9300.02
HSL291.24º96.68%52.75%-
HSV(B)291.24º92.83%98.43%-
XYZ46.2422.1593.1-
YUV104.06210.93208.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 18 (7.42% from 255) = 3.70%
BLUE value IS 251 (98.44% from 255) = 51.65%
R=44.65%
G=3.70%
B=51.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal217182510.140.9300.02291.2496.6852.75
HexD912FBE5D021236135
Octal33122373161350244314165
Binary110110011001011111011111010111010101001000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D912FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D912FB; }

 p { color: rgb(217,18,251); }

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

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

 a { background-color: rgb(217,18,251); }

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

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

 span { border-color: rgb(217,18,251); }

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