Html Css Color HEX #D912EA Psychedelic Purple

📋 copy color: '#D912EA'

red 217 ◦ green 18 ◦ blue 234

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

Shades of Psychedelic Purple #D912EA

Tints of Psychedelic Purple #D912EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 46.27%
G = 3.84%
B = 49.89%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D912EA (or 0xD912EA) is known color: Psychedelic Purple. HEX triplet: D9, 12 and EA. RGB value is (217,18,234). Sum of RGB (Red+Green+Blue) = 217+18+234=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #D912EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912EA is #26ED15. Grayscale: #656565. Windows color (decimal): -2551062 or 15340249. OLE color: 15340249.

HSL color Cylindrical-coordinate representation of color #D912EA: hue angle of 295.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912EA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 18 234 -
CMYK 0.07 0.92 0 0.08
HSL 295.28º 0.86% 0.49% -
HSV(B) 295.28º 0.92% 0.92% -
XYZ 43.68 21.12 79.62 -
YUV 102.13 202.43 209.94 -
System Red Green Blue C M Y K H S L
Decimal 217 18 234 0.07 0.92 0 0.08 295.28 0.86 0.49
Hex D9 12 EA 7 5C 0 8 127 56 31
Octal 331 22 352 7 134 0 10 447 126 61
Binary 11011001 10010 11101010 111 1011100 0 1000 100100111 1010110 110001

Color Harmonies of #D912EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912EA

Black with #D912EA

Text Example


Text Example

White with #D912EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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