Html Css Color HEX #D12FEE Psychedelic Purple

📋 copy color: '#D12FEE'

red 209 ◦ green 47 ◦ blue 238

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

Shades of Psychedelic Purple #D12FEE

Tints of Psychedelic Purple #D12FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.51%

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

R = 42.31%
G = 9.51%
B = 48.18%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D12FEE (or 0xD12FEE) is known color: Psychedelic Purple. HEX triplet: D1, 2F and EE. RGB value is (209,47,238). Sum of RGB (Red+Green+Blue) = 209+47+238=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #D12FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FEE is #2ED011. Grayscale: #747474. Windows color (decimal): -3067922 or 15609809. OLE color: 15609809.

HSL color Cylindrical-coordinate representation of color #D12FEE: hue angle of 290.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12FEE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 47 238 -
CMYK 0.12 0.80 0 0.07
HSL 290.89º 0.85% 0.56% -
HSV(B) 290.89º 0.8% 0.93% -
XYZ 42.74 21.76 82.84 -
YUV 117.21 196.17 193.47 -
System Red Green Blue C M Y K H S L
Decimal 209 47 238 0.12 0.80 0 0.07 290.89 0.85 0.56
Hex D1 2F EE C 50 0 7 123 55 38
Octal 321 57 356 14 120 0 7 443 125 70
Binary 11010001 101111 11101110 1100 1010000 0 111 100100011 1010101 111000

Color Harmonies of #D12FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FEE

Black with #D12FEE

Text Example


Text Example

White with #D12FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FEE; }

 p { color: rgb(209,47,238); }

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

background-color css

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

 a { background-color: rgb(209,47,238); }

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

border-color css

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

 span { border-color: rgb(209,47,238); }

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