Html Css Color HEX #D211EC Psychedelic Purple

📋 copy color: '#D211EC'

red 210 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #D211EC

Tints of Psychedelic Purple #D211EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 45.36%
G = 3.67%
B = 50.97%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D211EC (or 0xD211EC) is known color: Psychedelic Purple. HEX triplet: D2, 11 and EC. RGB value is (210,17,236). Sum of RGB (Red+Green+Blue) = 210+17+236=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #D211EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211EC is #2DEE13. Grayscale: #626262. Windows color (decimal): -3010068 or 15471058. OLE color: 15471058.

HSL color Cylindrical-coordinate representation of color #D211EC: hue angle of 292.88º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211EC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 17 236 -
CMYK 0.11 0.93 0 0.07
HSL 292.88º 0.87% 0.5% -
HSV(B) 292.88º 0.93% 0.93% -
XYZ 41.92 20.16 81.04 -
YUV 99.67 204.94 206.69 -
System Red Green Blue C M Y K H S L
Decimal 210 17 236 0.11 0.93 0 0.07 292.88 0.87 0.5
Hex D2 11 EC B 5D 0 7 125 57 32
Octal 322 21 354 13 135 0 7 445 127 62
Binary 11010010 10001 11101100 1011 1011101 0 111 100100101 1010111 110010

Color Harmonies of #D211EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211EC

Black with #D211EC

Text Example


Text Example

White with #D211EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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