Html Css Color HEX #D41EEB Psychedelic Purple

📋 copy color: '#D41EEB'

red 212 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #D41EEB

Tints of Psychedelic Purple #D41EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.29%

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

R = 44.44%
G = 6.29%
B = 49.27%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D41EEB (or 0xD41EEB) is known color: Psychedelic Purple. HEX triplet: D4, 1E and EB. RGB value is (212,30,235). Sum of RGB (Red+Green+Blue) = 212+30+235=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #D41EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41EEB is #2BE114. Grayscale: #6B6B6B. Windows color (decimal): -2875669 or 15408852. OLE color: 15408852.

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

Color convert

RGB 212 30 235 -
CMYK 0.10 0.87 0 0.08
HSL 293.27º 0.84% 0.52% -
HSV(B) 293.27º 0.87% 0.92% -
XYZ 42.61 20.92 80.39 -
YUV 107.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 212 30 235 0.10 0.87 0 0.08 293.27 0.84 0.52
Hex D4 1E EB A 57 0 8 125 54 34
Octal 324 36 353 12 127 0 10 445 124 64
Binary 11010100 11110 11101011 1010 1010111 0 1000 100100101 1010100 110100

Color Harmonies of #D41EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EEB

Black with #D41EEB

Text Example


Text Example

White with #D41EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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