Html Css Color HEX #D41CE6 Psychedelic Purple

📋 copy color: '#D41CE6'

red 212 ◦ green 28 ◦ blue 230

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

Shades of Psychedelic Purple #D41CE6

Tints of Psychedelic Purple #D41CE6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.96%

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 45.11%
G = 5.96%
B = 48.94%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D41CE6 (or 0xD41CE6) is known color: Psychedelic Purple. HEX triplet: D4, 1C and E6. RGB value is (212,28,230). Sum of RGB (Red+Green+Blue) = 212+28+230=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #D41CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CE6 is #2BE319. Grayscale: #696969. Windows color (decimal): -2876186 or 15080660. OLE color: 15080660.

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

Color convert

RGB 212 28 230 -
CMYK 0.08 0.88 0 0.10
HSL 294.65º 0.8% 0.51% -
HSV(B) 294.65º 0.88% 0.9% -
XYZ 41.85 20.54 76.62 -
YUV 106.04 197.96 203.57 -
System Red Green Blue C M Y K H S L
Decimal 212 28 230 0.08 0.88 0 0.10 294.65 0.8 0.51
Hex D4 1C E6 8 58 0 A 127 50 33
Octal 324 34 346 10 130 0 12 447 120 63
Binary 11010100 11100 11100110 1000 1011000 0 1010 100100111 1010000 110011

Color Harmonies of #D41CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CE6

Black with #D41CE6

Text Example


Text Example

White with #D41CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CE6; }

 p { color: rgb(212,28,230); }

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

background-color css

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

 a { background-color: rgb(212,28,230); }

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

border-color css

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

 span { border-color: rgb(212,28,230); }

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