Html Css Color HEX #D41DEB Psychedelic Purple

📋 copy color: '#D41DEB'

red 212 ◦ green 29 ◦ blue 235

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

Shades of Psychedelic Purple #D41DEB

Tints of Psychedelic Purple #D41DEB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.09%

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

R = 44.54%
G = 6.09%
B = 49.37%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D41DEB (or 0xD41DEB) is known color: Psychedelic Purple. HEX triplet: D4, 1D and EB. RGB value is (212,29,235). Sum of RGB (Red+Green+Blue) = 212+29+235=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #D41DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DEB is #2BE214. Grayscale: #6A6A6A. Windows color (decimal): -2875925 or 15408596. OLE color: 15408596.

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

Color convert

RGB 212 29 235 -
CMYK 0.10 0.88 0 0.08
HSL 293.3º 0.84% 0.52% -
HSV(B) 293.3º 0.88% 0.92% -
XYZ 42.59 20.87 80.38 -
YUV 107.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 212 29 235 0.10 0.88 0 0.08 293.3 0.84 0.52
Hex D4 1D EB A 58 0 8 125 54 34
Octal 324 35 353 12 130 0 10 445 124 64
Binary 11010100 11101 11101011 1010 1011000 0 1000 100100101 1010100 110100

Color Harmonies of #D41DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DEB

Black with #D41DEB

Text Example


Text Example

White with #D41DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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