#D609F6

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

Shades of Psychedelic Purple #D609F6

Tints of Psychedelic Purple #D609F6

Color information

#D609F6 (or 0xD609F6) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 09 and F6. RGB value is (214,9,246). Sum of RGB (Red+Green+Blue) = 214+9+246=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #D609F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D609F6 is #29F609. Grayscale: #606060. Windows color (decimal): -2749962 or 16124374. OLE color: 16124374.

HSL color Cylindrical-coordinate representation of color #D609F6: hue angle of 291.9º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609F6 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2149246-
CMYK0.130.9600.04
HSL291.9º92.94%50%-
HSV(B)291.9º96.34%96.47%-
XYZ44.4621.1588.93-
YUV97.31211.92211.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 9 (3.91% from 255) = 1.92%
BLUE value IS 246 (96.48% from 255) = 52.45%
R=45.63%
G=1.92%
B=52.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21492460.130.9600.04291.992.9450
HexD69F6D60041245d32
Octal32611366151400444413562
Binary110101101001111101101101110000001001001001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D609F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D609F6; }

 p { color: rgb(214,9,246); }

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

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

 a { background-color: rgb(214,9,246); }

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

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

 span { border-color: rgb(214,9,246); }

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