Html Css Color HEX #D010ED Psychedelic Purple

📋 copy color: '#D010ED'

red 208 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #D010ED

Tints of Psychedelic Purple #D010ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 45.12%
G = 3.47%
B = 51.41%

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

#D010ED (or 0xD010ED) is known color: Psychedelic Purple. HEX triplet: D0, 10 and ED. RGB value is (208,16,237). Sum of RGB (Red+Green+Blue) = 208+16+237=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #D010ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010ED is #2FEF12. Grayscale: #616161. Windows color (decimal): -3141395 or 15536336. OLE color: 15536336.

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

Color convert

RGB 208 16 237 -
CMYK 0.12 0.93 0 0.07
HSL 292.13º 0.87% 0.5% -
HSV(B) 292.13º 0.93% 0.93% -
XYZ 41.48 19.89 81.77 -
YUV 98.6 206.11 206.03 -
System Red Green Blue C M Y K H S L
Decimal 208 16 237 0.12 0.93 0 0.07 292.13 0.87 0.5
Hex D0 10 ED C 5D 0 7 124 57 32
Octal 320 20 355 14 135 0 7 444 127 62
Binary 11010000 10000 11101101 1100 1011101 0 111 100100100 1010111 110010

Color Harmonies of #D010ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010ED

Black with #D010ED

Text Example


Text Example

White with #D010ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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