Html Css Color HEX #D40DEB Psychedelic Purple

📋 copy color: '#D40DEB'

red 212 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #D40DEB

Tints of Psychedelic Purple #D40DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.83%

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

R = 46.09%
G = 2.83%
B = 51.09%

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

#D40DEB (or 0xD40DEB) is known color: Psychedelic Purple. HEX triplet: D4, 0D and EB. RGB value is (212,13,235). Sum of RGB (Red+Green+Blue) = 212+13+235=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D40DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DEB is #2BF214. Grayscale: #616161. Windows color (decimal): -2880021 or 15404500. OLE color: 15404500.

HSL color Cylindrical-coordinate representation of color #D40DEB: hue angle of 293.78º degrees, saturation: 0.9, 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 #D40DEB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 13 235 -
CMYK 0.10 0.94 0 0.08
HSL 293.78º 0.9% 0.49% -
HSV(B) 293.78º 0.94% 0.92% -
XYZ 42.29 20.28 80.28 -
YUV 97.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 212 13 235 0.10 0.94 0 0.08 293.78 0.9 0.49
Hex D4 D EB A 5E 0 8 126 5A 31
Octal 324 15 353 12 136 0 10 446 132 61
Binary 11010100 1101 11101011 1010 1011110 0 1000 100100110 1011010 110001

Color Harmonies of #D40DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DEB

Black with #D40DEB

Text Example


Text Example

White with #D40DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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