#D21DFE

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

Shades of Psychedelic Purple #D21DFE

Tints of Psychedelic Purple #D21DFE

Color information

#D21DFE (or 0xD21DFE) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 1D and FE. RGB value is (210,29,254). Sum of RGB (Red+Green+Blue) = 210+29+254=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D21DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DFE is #2DE201. Grayscale: #6C6C6C. Windows color (decimal): -3006978 or 16653778. OLE color: 16653778.

HSL color Cylindrical-coordinate representation of color #D21DFE: hue angle of 288.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21DFE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21029254-
CMYK0.170.8900.00
HSL288.27º99.12%55.49%-
HSV(B)288.27º88.58%99.61%-
XYZ44.9121.7495.59-
YUV108.77209.97200.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 29 (11.72% from 255) = 5.88%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=42.60%
G=5.88%
B=51.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal210292540.170.8900.00288.2799.1255.49
HexD21DFE1159001206337
Octal32235376211310044014367
Binary110100101110111111110100011011001001001000001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21DFE; }

 p { color: rgb(210,29,254); }

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

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

 a { background-color: rgb(210,29,254); }

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

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

 span { border-color: rgb(210,29,254); }

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