Html Css Color HEX #D412FE Psychedelic Purple

📋 copy color: '#D412FE'

red 212 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #D412FE

Tints of Psychedelic Purple #D412FE

RGB

 RED value IS 212 (83.2% from 255) = 43.8%

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

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

R = 43.8%
G = 3.72%
B = 52.48%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D412FE (or 0xD412FE) is known color: Psychedelic Purple. HEX triplet: D4, 12 and FE. RGB value is (212,18,254). Sum of RGB (Red+Green+Blue) = 212+18+254=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #D412FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D412FE is #2BED01. Grayscale: #666666. Windows color (decimal): -2878722 or 16650964. OLE color: 16650964.

HSL color Cylindrical-coordinate representation of color #D412FE: hue angle of 289.32º 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 #D412FE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 18 254 -
CMYK 0.17 0.93 0 0.00
HSL 289.32º 0.99% 0.53% -
HSV(B) 289.32º 0.93% 1% -
XYZ 45.26 21.59 95.55 -
YUV 102.91 213.27 205.81 -
System Red Green Blue C M Y K H S L
Decimal 212 18 254 0.17 0.93 0 0.00 289.32 0.99 0.53
Hex D4 12 FE 11 5D 0 0 121 63 35
Octal 324 22 376 21 135 0 0 441 143 65
Binary 11010100 10010 11111110 10001 1011101 0 0 100100001 1100011 110101

Color Harmonies of #D412FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412FE

Black with #D412FE

Text Example


Text Example

White with #D412FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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