Html Css Color HEX #D21FFE Psychedelic Purple

📋 copy color: '#D21FFE'

red 210 ◦ green 31 ◦ blue 254

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

Shades of Psychedelic Purple #D21FFE

Tints of Psychedelic Purple #D21FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.26%

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

R = 42.42%
G = 6.26%
B = 51.31%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D21FFE (or 0xD21FFE) is known color: Psychedelic Purple. HEX triplet: D2, 1F and FE. RGB value is (210,31,254). Sum of RGB (Red+Green+Blue) = 210+31+254=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #D21FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FFE is #2DE001. Grayscale: #6D6D6D. Windows color (decimal): -3006466 or 16654290. OLE color: 16654290.

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

Color convert

RGB 210 31 254 -
CMYK 0.17 0.88 0 0.00
HSL 288.16º 0.99% 0.56% -
HSV(B) 288.16º 0.88% 1% -
XYZ 44.96 21.84 95.61 -
YUV 109.94 209.3 199.37 -
System Red Green Blue C M Y K H S L
Decimal 210 31 254 0.17 0.88 0 0.00 288.16 0.99 0.56
Hex D2 1F FE 11 58 0 0 120 63 38
Octal 322 37 376 21 130 0 0 440 143 70
Binary 11010010 11111 11111110 10001 1011000 0 0 100100000 1100011 111000

Color Harmonies of #D21FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FFE

Black with #D21FFE

Text Example


Text Example

White with #D21FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FFE; }

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

 H1.HeaderClassName
 {
   color: #D21FFE;
 }
 .AnyTagClassName
 {
   color: #D21FFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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