Html Css Color HEX #D40EEB Psychedelic Purple

📋 copy color: '#D40EEB'

red 212 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #D40EEB

Tints of Psychedelic Purple #D40EEB

RGB

 RED value IS 212 (83.2% from 255) = 45.99%

 GREEN value IS 14 (5.86% from 255) = 3.04%

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 45.99%
G = 3.04%
B = 50.98%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D40EEB (or 0xD40EEB) is known color: Psychedelic Purple. HEX triplet: D4, 0E and EB. RGB value is (212,14,235). Sum of RGB (Red+Green+Blue) = 212+14+235=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #D40EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40EEB is #2BF114. Grayscale: #616161. Windows color (decimal): -2879765 or 15404756. OLE color: 15404756.

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

Color convert

RGB 212 14 235 -
CMYK 0.10 0.94 0 0.08
HSL 293.76º 0.89% 0.49% -
HSV(B) 293.76º 0.94% 0.92% -
XYZ 42.3 20.31 80.29 -
YUV 98.4 205.1 209.03 -
System Red Green Blue C M Y K H S L
Decimal 212 14 235 0.10 0.94 0 0.08 293.76 0.89 0.49
Hex D4 E EB A 5E 0 8 126 59 31
Octal 324 16 353 12 136 0 10 446 131 61
Binary 11010100 1110 11101011 1010 1011110 0 1000 100100110 1011001 110001

Color Harmonies of #D40EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EEB

Black with #D40EEB

Text Example


Text Example

White with #D40EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EEB; }

 p { color: rgb(212,14,235); }

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

background-color css

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

 a { background-color: rgb(212,14,235); }

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

border-color css

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

 span { border-color: rgb(212,14,235); }

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