Html Css Color HEX #D712EA Psychedelic Purple

📋 copy color: '#D712EA'

red 215 ◦ green 18 ◦ blue 234

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

Shades of Psychedelic Purple #D712EA

Tints of Psychedelic Purple #D712EA

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

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

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

R = 46.04%
G = 3.85%
B = 50.11%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D712EA (or 0xD712EA) is known color: Psychedelic Purple. HEX triplet: D7, 12 and EA. RGB value is (215,18,234). Sum of RGB (Red+Green+Blue) = 215+18+234=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #D712EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712EA is #28ED15. Grayscale: #646464. Windows color (decimal): -2682134 or 15340247. OLE color: 15340247.

HSL color Cylindrical-coordinate representation of color #D712EA: hue angle of 294.72º 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 #D712EA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 18 234 -
CMYK 0.08 0.92 0 0.08
HSL 294.72º 0.86% 0.49% -
HSV(B) 294.72º 0.92% 0.92% -
XYZ 43.09 20.82 79.59 -
YUV 101.53 202.77 208.94 -
System Red Green Blue C M Y K H S L
Decimal 215 18 234 0.08 0.92 0 0.08 294.72 0.86 0.49
Hex D7 12 EA 8 5C 0 8 127 56 31
Octal 327 22 352 10 134 0 10 447 126 61
Binary 11010111 10010 11101010 1000 1011100 0 1000 100100111 1010110 110001

Color Harmonies of #D712EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712EA

Black with #D712EA

Text Example


Text Example

White with #D712EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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