Html Css Color HEX #D012EC Psychedelic Purple

📋 copy color: '#D012EC'

red 208 ◦ green 18 ◦ blue 236

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

Shades of Psychedelic Purple #D012EC

Tints of Psychedelic Purple #D012EC

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 45.02%
G = 3.9%
B = 51.08%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D012EC (or 0xD012EC) is known color: Psychedelic Purple. HEX triplet: D0, 12 and EC. RGB value is (208,18,236). Sum of RGB (Red+Green+Blue) = 208+18+236=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #D012EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012EC is #2FED13. Grayscale: #626262. Windows color (decimal): -3140884 or 15471312. OLE color: 15471312.

HSL color Cylindrical-coordinate representation of color #D012EC: hue angle of 292.29º degrees, saturation: 0.86, 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 #D012EC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 18 236 -
CMYK 0.12 0.92 0 0.07
HSL 292.29º 0.86% 0.5% -
HSV(B) 292.29º 0.92% 0.93% -
XYZ 41.37 19.9 81.02 -
YUV 99.66 204.95 205.27 -
System Red Green Blue C M Y K H S L
Decimal 208 18 236 0.12 0.92 0 0.07 292.29 0.86 0.5
Hex D0 12 EC C 5C 0 7 124 56 32
Octal 320 22 354 14 134 0 7 444 126 62
Binary 11010000 10010 11101100 1100 1011100 0 111 100100100 1010110 110010

Color Harmonies of #D012EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012EC

Black with #D012EC

Text Example


Text Example

White with #D012EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012EC; }

 p { color: rgb(208,18,236); }

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

background-color css

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

 a { background-color: rgb(208,18,236); }

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

border-color css

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

 span { border-color: rgb(208,18,236); }

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