#D300FC

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

Shades of Psychedelic Purple #D300FC

Tints of Psychedelic Purple #D300FC

Color information

#D300FC (or 0xD300FC) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 00 and FC. RGB value is (211,0,252). Sum of RGB (Red+Green+Blue) = 211+0+252=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #D300FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300FC is #2CFF03. Grayscale: #5B5B5B. Windows color (decimal): -2948868 or 16515283. OLE color: 16515283.

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

Color convert

RGB2110252-
CMYK0.16100.01
HSL290.24º100%49.41%-
HSV(B)290.24º100%98.82%-
XYZ44.4320.8893.78-
YUV91.82218.4213.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 252 (98.83% from 255) = 54.43%
R=45.57%
G=0%
B=54.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21102520.16100.01290.2410049.41
HexD30FC1064011226431
Octal3230374201440144214461
Binary11010011011111100100001100100011001000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D300FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D300FC; }

 p { color: rgb(211,0,252); }

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

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

 a { background-color: rgb(211,0,252); }

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

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

 span { border-color: rgb(211,0,252); }

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