#D002F6

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

Shades of Psychedelic Purple #D002F6

Tints of Psychedelic Purple #D002F6

Color information

#D002F6 (or 0xD002F6) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 02 and F6. RGB value is (208,2,246). Sum of RGB (Red+Green+Blue) = 208+2+246=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #D002F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D002F6 is #2FFD09. Grayscale: #5A5A5A. Windows color (decimal): -3144970 or 16122576. OLE color: 16122576.

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

Color convert

RGB2082246-
CMYK0.150.9900.04
HSL290.66º98.39%48.63%-
HSV(B)290.66º99.19%96.47%-
XYZ42.6720.1188.82-
YUV91.41215.25211.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 2 (1.17% from 255) = 0.44%
BLUE value IS 246 (96.48% from 255) = 53.95%
R=45.61%
G=0.44%
B=53.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20822460.150.9900.04290.6698.3948.63
HexD02F6F63041236231
Octal3202366171430444314261
Binary1101000010111101101111110001101001001000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D002F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D002F6; }

 p { color: rgb(208,2,246); }

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

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

 a { background-color: rgb(208,2,246); }

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

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

 span { border-color: rgb(208,2,246); }

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