Html Css Color HEX #D612FE Psychedelic Purple

📋 copy color: '#D612FE'

red 214 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #D612FE

Tints of Psychedelic Purple #D612FE

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

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

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

R = 44.03%
G = 3.7%
B = 52.26%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D612FE (or 0xD612FE) is known color: Psychedelic Purple. HEX triplet: D6, 12 and FE. RGB value is (214,18,254). Sum of RGB (Red+Green+Blue) = 214+18+254=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #D612FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D612FE is #29ED01. Grayscale: #666666. Windows color (decimal): -2747650 or 16650966. OLE color: 16650966.

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

Color convert

RGB 214 18 254 -
CMYK 0.16 0.93 0 0.00
HSL 289.83º 0.99% 0.53% -
HSV(B) 289.83º 0.93% 1% -
XYZ 45.84 21.88 95.57 -
YUV 103.51 212.93 206.81 -
System Red Green Blue C M Y K H S L
Decimal 214 18 254 0.16 0.93 0 0.00 289.83 0.99 0.53
Hex D6 12 FE 10 5D 0 0 122 63 35
Octal 326 22 376 20 135 0 0 442 143 65
Binary 11010110 10010 11111110 10000 1011101 0 0 100100010 1100011 110101

Color Harmonies of #D612FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612FE

Black with #D612FE

Text Example


Text Example

White with #D612FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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