Html Css Color HEX #D211FE Psychedelic Purple

📋 copy color: '#D211FE'

red 210 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #D211FE

Tints of Psychedelic Purple #D211FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.53%

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

R = 43.66%
G = 3.53%
B = 52.81%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D211FE (or 0xD211FE) is known color: Psychedelic Purple. HEX triplet: D2, 11 and FE. RGB value is (210,17,254). Sum of RGB (Red+Green+Blue) = 210+17+254=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D211FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211FE is #2DEE01. Grayscale: #646464. Windows color (decimal): -3010050 or 16650706. OLE color: 16650706.

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

Color convert

RGB 210 17 254 -
CMYK 0.17 0.93 0 0.00
HSL 288.86º 0.99% 0.53% -
HSV(B) 288.86º 0.93% 1% -
XYZ 44.67 21.26 95.51 -
YUV 101.73 213.94 205.23 -
System Red Green Blue C M Y K H S L
Decimal 210 17 254 0.17 0.93 0 0.00 288.86 0.99 0.53
Hex D2 11 FE 11 5D 0 0 121 63 35
Octal 322 21 376 21 135 0 0 441 143 65
Binary 11010010 10001 11111110 10001 1011101 0 0 100100001 1100011 110101

Color Harmonies of #D211FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211FE

Black with #D211FE

Text Example


Text Example

White with #D211FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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