Html Css Color HEX #D12EF1 Psychedelic Purple

📋 copy color: '#D12EF1'

red 209 ◦ green 46 ◦ blue 241

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

Shades of Psychedelic Purple #D12EF1

Tints of Psychedelic Purple #D12EF1

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

 GREEN value IS 46 (18.36% from 255) = 9.27%

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 42.14%
G = 9.27%
B = 48.59%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D12EF1 (or 0xD12EF1) is known color: Psychedelic Purple. HEX triplet: D1, 2E and F1. RGB value is (209,46,241). Sum of RGB (Red+Green+Blue) = 209+46+241=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #D12EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EF1 is #2ED10E. Grayscale: #747474. Windows color (decimal): -3068175 or 15806161. OLE color: 15806161.

HSL color Cylindrical-coordinate representation of color #D12EF1: hue angle of 290.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12EF1 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 46 241 -
CMYK 0.13 0.81 0 0.05
HSL 290.15º 0.87% 0.56% -
HSV(B) 290.15º 0.81% 0.95% -
XYZ 43.15 21.86 85.16 -
YUV 116.97 198 193.64 -
System Red Green Blue C M Y K H S L
Decimal 209 46 241 0.13 0.81 0 0.05 290.15 0.87 0.56
Hex D1 2E F1 D 51 0 5 122 57 38
Octal 321 56 361 15 121 0 5 442 127 70
Binary 11010001 101110 11110001 1101 1010001 0 101 100100010 1010111 111000

Color Harmonies of #D12EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EF1

Black with #D12EF1

Text Example


Text Example

White with #D12EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EF1; }

 p { color: rgb(209,46,241); }

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

background-color css

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

 a { background-color: rgb(209,46,241); }

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

border-color css

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

 span { border-color: rgb(209,46,241); }

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