Html Css Color HEX #D41BEE Psychedelic Purple

📋 copy color: '#D41BEE'

red 212 ◦ green 27 ◦ blue 238

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

Shades of Psychedelic Purple #D41BEE

Tints of Psychedelic Purple #D41BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.66%

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

R = 44.44%
G = 5.66%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D41BEE (or 0xD41BEE) is known color: Psychedelic Purple. HEX triplet: D4, 1B and EE. RGB value is (212,27,238). Sum of RGB (Red+Green+Blue) = 212+27+238=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #D41BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BEE is #2BE411. Grayscale: #696969. Windows color (decimal): -2876434 or 15604692. OLE color: 15604692.

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

Color convert

RGB 212 27 238 -
CMYK 0.11 0.89 0 0.07
HSL 292.61º 0.86% 0.52% -
HSV(B) 292.61º 0.89% 0.93% -
XYZ 42.98 20.95 82.67 -
YUV 106.37 202.29 203.34 -
System Red Green Blue C M Y K H S L
Decimal 212 27 238 0.11 0.89 0 0.07 292.61 0.86 0.52
Hex D4 1B EE B 59 0 7 125 56 34
Octal 324 33 356 13 131 0 7 445 126 64
Binary 11010100 11011 11101110 1011 1011001 0 111 100100101 1010110 110100

Color Harmonies of #D41BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41BEE

Black with #D41BEE

Text Example


Text Example

White with #D41BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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