Html Css Color HEX #D012FE Psychedelic Purple

📋 copy color: '#D012FE'

red 208 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #D012FE

Tints of Psychedelic Purple #D012FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 43.33%
G = 3.75%
B = 52.92%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D012FE (or 0xD012FE) is known color: Psychedelic Purple. HEX triplet: D0, 12 and FE. RGB value is (208,18,254). Sum of RGB (Red+Green+Blue) = 208+18+254=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #D012FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012FE is #2FED01. Grayscale: #646464. Windows color (decimal): -3140866 or 16650960. OLE color: 16650960.

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

Color convert

RGB 208 18 254 -
CMYK 0.18 0.93 0 0.00
HSL 288.31º 0.99% 0.53% -
HSV(B) 288.31º 0.93% 1% -
XYZ 44.12 21 95.49 -
YUV 101.71 213.95 203.81 -
System Red Green Blue C M Y K H S L
Decimal 208 18 254 0.18 0.93 0 0.00 288.31 0.99 0.53
Hex D0 12 FE 12 5D 0 0 120 63 35
Octal 320 22 376 22 135 0 0 440 143 65
Binary 11010000 10010 11111110 10010 1011101 0 0 100100000 1100011 110101

Color Harmonies of #D012FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012FE

Black with #D012FE

Text Example


Text Example

White with #D012FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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