Html Css Color HEX #D012FF Psychedelic Purple

📋 copy color: '#D012FF'

red 208 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #D012FF

Tints of Psychedelic Purple #D012FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 43.24%
G = 3.74%
B = 53.01%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D012FF (or 0xD012FF) is known color: Psychedelic Purple. HEX triplet: D0, 12 and FF. RGB value is (208,18,255). Sum of RGB (Red+Green+Blue) = 208+18+255=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #D012FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012FF is #2FED00. Grayscale: #656565. Windows color (decimal): -3140865 or 16716496. OLE color: 16716496.

HSL color Cylindrical-coordinate representation of color #D012FF: hue angle of 288.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D012FF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 18 255 -
CMYK 0.18 0.93 0 0
HSL 288.1º 1% 0.54% -
HSV(B) 288.1º 0.93% 1% -
XYZ 44.28 21.06 96.34 -
YUV 101.83 214.45 203.73 -
System Red Green Blue C M Y K H S L
Decimal 208 18 255 0.18 0.93 0 0 288.1 1 0.54
Hex D0 12 FF 12 5D 0 0 120 64 36
Octal 320 22 377 22 135 0 0 440 144 66
Binary 11010000 10010 11111111 10010 1011101 0 0 100100000 1100100 110110

Color Harmonies of #D012FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012FF

Black with #D012FF

Text Example


Text Example

White with #D012FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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