Html Css Color HEX #D712EF Psychedelic Purple

📋 copy color: '#D712EF'

red 215 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #D712EF

Tints of Psychedelic Purple #D712EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 45.55%
G = 3.81%
B = 50.64%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D712EF (or 0xD712EF) is known color: Psychedelic Purple. HEX triplet: D7, 12 and EF. RGB value is (215,18,239). Sum of RGB (Red+Green+Blue) = 215+18+239=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #D712EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712EF is #28ED10. Grayscale: #656565. Windows color (decimal): -2682129 or 15667927. OLE color: 15667927.

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

Color convert

RGB 215 18 239 -
CMYK 0.10 0.92 0 0.06
HSL 293.48º 0.87% 0.5% -
HSV(B) 293.48º 0.92% 0.94% -
XYZ 43.82 21.11 83.43 -
YUV 102.1 205.27 208.53 -
System Red Green Blue C M Y K H S L
Decimal 215 18 239 0.10 0.92 0 0.06 293.48 0.87 0.5
Hex D7 12 EF A 5C 0 6 125 57 32
Octal 327 22 357 12 134 0 6 445 127 62
Binary 11010111 10010 11101111 1010 1011100 0 110 100100101 1010111 110010

Color Harmonies of #D712EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712EF

Black with #D712EF

Text Example


Text Example

White with #D712EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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