Html Css Color HEX #D210EE Psychedelic Purple

📋 copy color: '#D210EE'

red 210 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #D210EE

Tints of Psychedelic Purple #D210EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.45%

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 45.26%
G = 3.45%
B = 51.29%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D210EE (or 0xD210EE) is known color: Psychedelic Purple. HEX triplet: D2, 10 and EE. RGB value is (210,16,238). Sum of RGB (Red+Green+Blue) = 210+16+238=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #D210EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D210EE is #2DEF11. Grayscale: #626262. Windows color (decimal): -3010322 or 15601874. OLE color: 15601874.

HSL color Cylindrical-coordinate representation of color #D210EE: hue angle of 292.43º 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 #D210EE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 16 238 -
CMYK 0.12 0.93 0 0.07
HSL 292.43º 0.87% 0.5% -
HSV(B) 292.43º 0.93% 0.93% -
XYZ 42.2 20.25 82.57 -
YUV 99.31 206.27 206.95 -
System Red Green Blue C M Y K H S L
Decimal 210 16 238 0.12 0.93 0 0.07 292.43 0.87 0.5
Hex D2 10 EE C 5D 0 7 124 57 32
Octal 322 20 356 14 135 0 7 444 127 62
Binary 11010010 10000 11101110 1100 1011101 0 111 100100100 1010111 110010

Color Harmonies of #D210EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D210EE

Black with #D210EE

Text Example


Text Example

White with #D210EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D210EE; }

 p { color: rgb(210,16,238); }

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

background-color css

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

 a { background-color: rgb(210,16,238); }

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

border-color css

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

 span { border-color: rgb(210,16,238); }

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