Html Css Color HEX #D012EB Psychedelic Purple

📋 copy color: '#D012EB'

red 208 ◦ green 18 ◦ blue 235

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

Shades of Psychedelic Purple #D012EB

Tints of Psychedelic Purple #D012EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 45.12%
G = 3.9%
B = 50.98%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D012EB (or 0xD012EB) is known color: Psychedelic Purple. HEX triplet: D0, 12 and EB. RGB value is (208,18,235). Sum of RGB (Red+Green+Blue) = 208+18+235=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #D012EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012EB is #2FED14. Grayscale: #626262. Windows color (decimal): -3140885 or 15405776. OLE color: 15405776.

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

Color convert

RGB 208 18 235 -
CMYK 0.11 0.92 0 0.08
HSL 292.53º 0.86% 0.5% -
HSV(B) 292.53º 0.92% 0.92% -
XYZ 41.22 19.84 80.25 -
YUV 99.55 204.45 205.36 -
System Red Green Blue C M Y K H S L
Decimal 208 18 235 0.11 0.92 0 0.08 292.53 0.86 0.5
Hex D0 12 EB B 5C 0 8 125 56 32
Octal 320 22 353 13 134 0 10 445 126 62
Binary 11010000 10010 11101011 1011 1011100 0 1000 100100101 1010110 110010

Color Harmonies of #D012EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012EB

Black with #D012EB

Text Example


Text Example

White with #D012EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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