#d20fea

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

Shades of Psychedelic Purple #D20FEA

Tints of Psychedelic Purple #D20FEA

Color information

#D20FEA (or 0xD20FEA) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 0F and EA. RGB value is (210,15,234). Sum of RGB (Red+Green+Blue) = 210+15+234=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #D20FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FEA is #2DF015. Grayscale: #616161. Windows color (decimal): -3010582 or 15339474. OLE color: 15339474.

HSL color Cylindrical-coordinate representation of color #D20FEA: hue angle of 293.42º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FEA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21015234-
CMYK0.100.9400.08
HSL293.42º87.95%48.82%-
HSV(B)293.42º93.59%91.76%-
XYZ41.619.9879.51-
YUV98.27204.6207.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 15 (6.25% from 255) = 3.27%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=45.75%
G=3.27%
B=50.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210152340.100.9400.08293.4287.9548.82
HexD2FEAA5E081255831
Octal322173521213601044513061
Binary1101001011111110101010101011110010001001001011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d20fea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d20fea; }

 p { color: rgb(210,15,234); }

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

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

 a { background-color: rgb(210,15,234); }

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

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

 span { border-color: rgb(210,15,234); }

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