Html Css Color HEX #D511FE Psychedelic Purple

📋 copy color: '#D511FE'

red 213 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #D511FE

Tints of Psychedelic Purple #D511FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.51%

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

R = 44.01%
G = 3.51%
B = 52.48%

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

#D511FE (or 0xD511FE) is known color: Psychedelic Purple. HEX triplet: D5, 11 and FE. RGB value is (213,17,254). Sum of RGB (Red+Green+Blue) = 213+17+254=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 17 (7.03% from 255 or 3.51% 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 #D511FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511FE is #2AEE01. Grayscale: #656565. Windows color (decimal): -2813442 or 16650709. OLE color: 16650709.

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

Color convert

RGB 213 17 254 -
CMYK 0.16 0.93 0 0.00
HSL 289.62º 0.99% 0.53% -
HSV(B) 289.62º 0.93% 1% -
XYZ 45.53 21.7 95.56 -
YUV 102.62 213.43 206.73 -
System Red Green Blue C M Y K H S L
Decimal 213 17 254 0.16 0.93 0 0.00 289.62 0.99 0.53
Hex D5 11 FE 10 5D 0 0 122 63 35
Octal 325 21 376 20 135 0 0 442 143 65
Binary 11010101 10001 11111110 10000 1011101 0 0 100100010 1100011 110101

Color Harmonies of #D511FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511FE

Black with #D511FE

Text Example


Text Example

White with #D511FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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