#D709FD

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

Shades of Psychedelic Purple #D709FD

Tints of Psychedelic Purple #D709FD

Color information

#D709FD (or 0xD709FD) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 09 and FD. RGB value is (215,9,253). Sum of RGB (Red+Green+Blue) = 215+9+253=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #D709FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D709FD is #28F602. Grayscale: #616161. Windows color (decimal): -2684419 or 16583127. OLE color: 16583127.

HSL color Cylindrical-coordinate representation of color #D709FD: hue angle of 290.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D709FD is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2159253-
CMYK0.150.9600.01
HSL290.66º98.39%51.37%-
HSV(B)290.66º96.44%99.22%-
XYZ45.8521.7394.71-
YUV98.41215.25211.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 9 (3.91% from 255) = 1.89%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=45.07%
G=1.89%
B=53.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21592530.150.9600.01290.6698.3951.37
HexD79FDF60011236233
Octal32711375171400144314263
Binary1101011110011111110111111100000011001000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D709FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D709FD; }

 p { color: rgb(215,9,253); }

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

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

 a { background-color: rgb(215,9,253); }

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

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

 span { border-color: rgb(215,9,253); }

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