Html Css Color HEX #D010EE Psychedelic Purple

📋 copy color: '#D010EE'

red 208 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #D010EE

Tints of Psychedelic Purple #D010EE

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

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

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

R = 45.02%
G = 3.46%
B = 51.52%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D010EE (or 0xD010EE) is known color: Psychedelic Purple. HEX triplet: D0, 10 and EE. RGB value is (208,16,238). Sum of RGB (Red+Green+Blue) = 208+16+238=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #D010EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010EE is #2FEF11. Grayscale: #626262. Windows color (decimal): -3141394 or 15601872. OLE color: 15601872.

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

Color convert

RGB 208 16 238 -
CMYK 0.13 0.93 0 0.07
HSL 291.89º 0.87% 0.5% -
HSV(B) 291.89º 0.93% 0.93% -
XYZ 41.63 19.95 82.55 -
YUV 98.72 206.61 205.95 -
System Red Green Blue C M Y K H S L
Decimal 208 16 238 0.13 0.93 0 0.07 291.89 0.87 0.5
Hex D0 10 EE D 5D 0 7 124 57 32
Octal 320 20 356 15 135 0 7 444 127 62
Binary 11010000 10000 11101110 1101 1011101 0 111 100100100 1010111 110010

Color Harmonies of #D010EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010EE

Black with #D010EE

Text Example


Text Example

White with #D010EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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