Html Css Color HEX #D912EE Psychedelic Purple

📋 copy color: '#D912EE'

red 217 ◦ green 18 ◦ blue 238

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

Shades of Psychedelic Purple #D912EE

Tints of Psychedelic Purple #D912EE

RGB

 RED value IS 217 (85.16% from 255) = 45.88%

 GREEN value IS 18 (7.42% from 255) = 3.81%

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

R = 45.88%
G = 3.81%
B = 50.32%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D912EE (or 0xD912EE) is known color: Psychedelic Purple. HEX triplet: D9, 12 and EE. RGB value is (217,18,238). Sum of RGB (Red+Green+Blue) = 217+18+238=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #D912EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912EE is #26ED11. Grayscale: #656565. Windows color (decimal): -2551058 or 15602393. OLE color: 15602393.

HSL color Cylindrical-coordinate representation of color #D912EE: hue angle of 294.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912EE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 18 238 -
CMYK 0.09 0.92 0 0.07
HSL 294.27º 0.87% 0.5% -
HSV(B) 294.27º 0.92% 0.93% -
XYZ 44.26 21.36 82.68 -
YUV 102.58 204.43 209.61 -
System Red Green Blue C M Y K H S L
Decimal 217 18 238 0.09 0.92 0 0.07 294.27 0.87 0.5
Hex D9 12 EE 9 5C 0 7 126 57 32
Octal 331 22 356 11 134 0 7 446 127 62
Binary 11011001 10010 11101110 1001 1011100 0 111 100100110 1010111 110010

Color Harmonies of #D912EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912EE

Black with #D912EE

Text Example


Text Example

White with #D912EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912EE; }

 p { color: rgb(217,18,238); }

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

background-color css

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

 a { background-color: rgb(217,18,238); }

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

border-color css

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

 span { border-color: rgb(217,18,238); }

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