Html Css Color HEX #D211EA Psychedelic Purple

📋 copy color: '#D211EA'

red 210 ◦ green 17 ◦ blue 234

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

Shades of Psychedelic Purple #D211EA

Tints of Psychedelic Purple #D211EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 45.55%
G = 3.69%
B = 50.76%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D211EA (or 0xD211EA) is known color: Psychedelic Purple. HEX triplet: D2, 11 and EA. RGB value is (210,17,234). Sum of RGB (Red+Green+Blue) = 210+17+234=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #D211EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211EA is #2DEE15. Grayscale: #626262. Windows color (decimal): -3010070 or 15339986. OLE color: 15339986.

HSL color Cylindrical-coordinate representation of color #D211EA: hue angle of 293.36º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211EA is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 17 234 -
CMYK 0.10 0.93 0 0.08
HSL 293.36º 0.86% 0.49% -
HSV(B) 293.36º 0.93% 0.92% -
XYZ 41.63 20.04 79.52 -
YUV 99.45 203.94 206.86 -
System Red Green Blue C M Y K H S L
Decimal 210 17 234 0.10 0.93 0 0.08 293.36 0.86 0.49
Hex D2 11 EA A 5D 0 8 125 56 31
Octal 322 21 352 12 135 0 10 445 126 61
Binary 11010010 10001 11101010 1010 1011101 0 1000 100100101 1010110 110001

Color Harmonies of #D211EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211EA

Black with #D211EA

Text Example


Text Example

White with #D211EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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