Html Css Color HEX #D41DEE Psychedelic Purple

📋 copy color: '#D41DEE'

red 212 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #D41DEE

Tints of Psychedelic Purple #D41DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 44.26%
G = 6.05%
B = 49.69%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D41DEE (or 0xD41DEE) is known color: Psychedelic Purple. HEX triplet: D4, 1D and EE. RGB value is (212,29,238). Sum of RGB (Red+Green+Blue) = 212+29+238=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #D41DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DEE is #2BE211. Grayscale: #6A6A6A. Windows color (decimal): -2875922 or 15605204. OLE color: 15605204.

HSL color Cylindrical-coordinate representation of color #D41DEE: hue angle of 292.54º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41DEE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 29 238 -
CMYK 0.11 0.88 0 0.07
HSL 292.54º 0.86% 0.52% -
HSV(B) 292.54º 0.88% 0.93% -
XYZ 43.02 21.05 82.68 -
YUV 107.54 201.63 202.51 -
System Red Green Blue C M Y K H S L
Decimal 212 29 238 0.11 0.88 0 0.07 292.54 0.86 0.52
Hex D4 1D EE B 58 0 7 125 56 34
Octal 324 35 356 13 130 0 7 445 126 64
Binary 11010100 11101 11101110 1011 1011000 0 111 100100101 1010110 110100

Color Harmonies of #D41DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DEE

Black with #D41DEE

Text Example


Text Example

White with #D41DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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