Html Css Color HEX #D12EFE Psychedelic Purple

📋 copy color: '#D12EFE'

red 209 ◦ green 46 ◦ blue 254

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

Shades of Psychedelic Purple #D12EFE

Tints of Psychedelic Purple #D12EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 41.06%
G = 9.04%
B = 49.9%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D12EFE (or 0xD12EFE) is known color: Psychedelic Purple. HEX triplet: D1, 2E and FE. RGB value is (209,46,254). Sum of RGB (Red+Green+Blue) = 209+46+254=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #D12EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EFE is #2ED101. Grayscale: #757575. Windows color (decimal): -3068162 or 16658129. OLE color: 16658129.

HSL color Cylindrical-coordinate representation of color #D12EFE: hue angle of 287.02º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12EFE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 46 254 -
CMYK 0.18 0.82 0 0.00
HSL 287.02º 0.99% 0.59% -
HSV(B) 287.02º 0.82% 1% -
XYZ 45.16 22.67 95.76 -
YUV 118.45 204.5 192.59 -
System Red Green Blue C M Y K H S L
Decimal 209 46 254 0.18 0.82 0 0.00 287.02 0.99 0.59
Hex D1 2E FE 12 52 0 0 11F 63 3B
Octal 321 56 376 22 122 0 0 437 143 73
Binary 11010001 101110 11111110 10010 1010010 0 0 100011111 1100011 111011

Color Harmonies of #D12EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EFE

Black with #D12EFE

Text Example


Text Example

White with #D12EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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