Html Css Color HEX #D912FE Psychedelic Purple

📋 copy color: '#D912FE'

red 217 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #D912FE

Tints of Psychedelic Purple #D912FE

RGB

 RED value IS 217 (85.16% from 255) = 44.38%

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

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

R = 44.38%
G = 3.68%
B = 51.94%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D912FE (or 0xD912FE) is known color: Psychedelic Purple. HEX triplet: D9, 12 and FE. RGB value is (217,18,254). Sum of RGB (Red+Green+Blue) = 217+18+254=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #D912FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912FE is #26ED01. Grayscale: #676767. Windows color (decimal): -2551042 or 16650969. OLE color: 16650969.

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

Color convert

RGB 217 18 254 -
CMYK 0.15 0.93 0 0.00
HSL 290.59º 0.99% 0.53% -
HSV(B) 290.59º 0.93% 1% -
XYZ 46.72 22.34 95.62 -
YUV 104.41 212.43 208.31 -
System Red Green Blue C M Y K H S L
Decimal 217 18 254 0.15 0.93 0 0.00 290.59 0.99 0.53
Hex D9 12 FE F 5D 0 0 123 63 35
Octal 331 22 376 17 135 0 0 443 143 65
Binary 11011001 10010 11111110 1111 1011101 0 0 100100011 1100011 110101

Color Harmonies of #D912FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912FE

Black with #D912FE

Text Example


Text Example

White with #D912FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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