#D21DFD

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

Shades of Psychedelic Purple #D21DFD

Tints of Psychedelic Purple #D21DFD

Color information

#D21DFD (or 0xD21DFD) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 1D and FD. RGB value is (210,29,253). Sum of RGB (Red+Green+Blue) = 210+29+253=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #D21DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DFD is #2DE202. Grayscale: #6B6B6B. Windows color (decimal): -3006979 or 16588242. OLE color: 16588242.

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

Color convert

RGB21029253-
CMYK0.170.8900.01
HSL288.48º98.25%55.29%-
HSV(B)288.48º88.54%99.22%-
XYZ44.7521.6794.75-
YUV108.66209.47200.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 29 (11.72% from 255) = 5.89%
BLUE value IS 253 (99.22% from 255) = 51.42%
R=42.68%
G=5.89%
B=51.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210292530.170.8900.01288.4898.2555.29
HexD21DFD1159011206237
Octal32235375211310144014267
Binary110100101110111111101100011011001011001000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21DFD; }

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

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

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

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

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

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

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

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