Html Css Color HEX #D41CE7 Psychedelic Purple

📋 copy color: '#D41CE7'

red 212 ◦ green 28 ◦ blue 231

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

Shades of Psychedelic Purple #D41CE7

Tints of Psychedelic Purple #D41CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 45.01%
G = 5.94%
B = 49.04%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D41CE7 (or 0xD41CE7) is known color: Psychedelic Purple. HEX triplet: D4, 1C and E7. RGB value is (212,28,231). Sum of RGB (Red+Green+Blue) = 212+28+231=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #D41CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CE7 is #2BE318. Grayscale: #696969. Windows color (decimal): -2876185 or 15146196. OLE color: 15146196.

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

Color convert

RGB 212 28 231 -
CMYK 0.08 0.88 0 0.09
HSL 294.38º 0.81% 0.51% -
HSV(B) 294.38º 0.88% 0.91% -
XYZ 41.99 20.6 77.36 -
YUV 106.16 198.46 203.49 -
System Red Green Blue C M Y K H S L
Decimal 212 28 231 0.08 0.88 0 0.09 294.38 0.81 0.51
Hex D4 1C E7 8 58 0 9 126 51 33
Octal 324 34 347 10 130 0 11 446 121 63
Binary 11010100 11100 11100111 1000 1011000 0 1001 100100110 1010001 110011

Color Harmonies of #D41CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CE7

Black with #D41CE7

Text Example


Text Example

White with #D41CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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