Html Css Color HEX #D012ED Psychedelic Purple

📋 copy color: '#D012ED'

red 208 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #D012ED

Tints of Psychedelic Purple #D012ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 44.92%
G = 3.89%
B = 51.19%

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

#D012ED (or 0xD012ED) is known color: Psychedelic Purple. HEX triplet: D0, 12 and ED. RGB value is (208,18,237). Sum of RGB (Red+Green+Blue) = 208+18+237=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #D012ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012ED is #2FED12. Grayscale: #636363. Windows color (decimal): -3140883 or 15536848. OLE color: 15536848.

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

Color convert

RGB 208 18 237 -
CMYK 0.12 0.92 0 0.07
HSL 292.05º 0.86% 0.5% -
HSV(B) 292.05º 0.92% 0.93% -
XYZ 41.51 19.96 81.78 -
YUV 99.78 205.45 205.19 -
System Red Green Blue C M Y K H S L
Decimal 208 18 237 0.12 0.92 0 0.07 292.05 0.86 0.5
Hex D0 12 ED C 5C 0 7 124 56 32
Octal 320 22 355 14 134 0 7 444 126 62
Binary 11010000 10010 11101101 1100 1011100 0 111 100100100 1010110 110010

Color Harmonies of #D012ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012ED

Black with #D012ED

Text Example


Text Example

White with #D012ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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