Html Css Color HEX #D21DFE Psychedelic Purple

📋 copy color: '#D21DFE'

red 210 ◦ green 29 ◦ blue 254

#D21DFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D21DFE

Tints of Psychedelic Purple #D21DFE

RGB

 RED value IS 210 (82.42% from 255) = 42.6%

 GREEN value IS 29 (11.72% from 255) = 5.88%

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 42.6%
G = 5.88%
B = 51.52%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D21DFE (or 0xD21DFE) is known color: 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

RGB 210 29 254 -
CMYK 0.17 0.89 0 0.00
HSL 288.27º 0.99% 0.55% -
HSV(B) 288.27º 0.89% 1% -
XYZ 44.91 21.74 95.59 -
YUV 108.77 209.97 200.2 -
System Red Green Blue C M Y K H S L
Decimal 210 29 254 0.17 0.89 0 0.00 288.27 0.99 0.55
Hex D2 1D FE 11 59 0 0 120 63 37
Octal 322 35 376 21 131 0 0 440 143 67
Binary 11010010 11101 11111110 10001 1011001 0 0 100100000 1100011 110111

Color Harmonies of #D21DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DFE

Black with #D21DFE

Text Example


Text Example

White with #D21DFE

Text Example


Text Example

HTML Codes & Css Web 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>