#D402F4

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

Shades of Psychedelic Purple #D402F4

Tints of Psychedelic Purple #D402F4

Color information

#D402F4 (or 0xD402F4) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 02 and F4. RGB value is (212,2,244). Sum of RGB (Red+Green+Blue) = 212+2+244=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 2 (1.17% from 255 or 0.44% from 458); Blue value is 244 (95.70% from 255 or 53.28% from 458); Max value from RGB is 244 - color contains mainly: blue. Hex color #D402F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D402F4 is #2BFD0B. Grayscale: #5B5B5B. Windows color (decimal): -2882828 or 15991508. OLE color: 15991508.

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

Color convert

RGB2122244-
CMYK0.130.9900.04
HSL292.07º98.37%48.24%-
HSV(B)292.07º99.18%95.69%-
XYZ43.520.5787.27-
YUV92.38213.57213.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.29%
GREEN value IS 2 (1.17% from 255) = 0.44%
BLUE value IS 244 (95.70% from 255) = 53.28%
R=46.29%
G=0.44%
B=53.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21222440.130.9900.04292.0798.3748.24
HexD42F4D63041246230
Octal3242364151430444414260
Binary1101010010111101001101110001101001001001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D402F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D402F4; }

 p { color: rgb(212,2,244); }

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

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

 a { background-color: rgb(212,2,244); }

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

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

 span { border-color: rgb(212,2,244); }

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