Html Css Color HEX #D512FE Psychedelic Purple

📋 copy color: '#D512FE'

red 213 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #D512FE

Tints of Psychedelic Purple #D512FE

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

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

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

R = 43.92%
G = 3.71%
B = 52.37%

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

#D512FE (or 0xD512FE) is known color: Psychedelic Purple. HEX triplet: D5, 12 and FE. RGB value is (213,18,254). Sum of RGB (Red+Green+Blue) = 213+18+254=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #D512FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512FE is #2AED01. Grayscale: #666666. Windows color (decimal): -2813186 or 16650965. OLE color: 16650965.

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

Color convert

RGB 213 18 254 -
CMYK 0.16 0.93 0 0.00
HSL 289.58º 0.99% 0.53% -
HSV(B) 289.58º 0.93% 1% -
XYZ 45.55 21.73 95.56 -
YUV 103.21 213.1 206.31 -
System Red Green Blue C M Y K H S L
Decimal 213 18 254 0.16 0.93 0 0.00 289.58 0.99 0.53
Hex D5 12 FE 10 5D 0 0 122 63 35
Octal 325 22 376 20 135 0 0 442 143 65
Binary 11010101 10010 11111110 10000 1011101 0 0 100100010 1100011 110101

Color Harmonies of #D512FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512FE

Black with #D512FE

Text Example


Text Example

White with #D512FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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