Html Css Color HEX #D511FF Psychedelic Purple

📋 copy color: '#D511FF'

red 213 ◦ green 17 ◦ blue 255

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

Shades of Psychedelic Purple #D511FF

Tints of Psychedelic Purple #D511FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 43.92%
G = 3.51%
B = 52.58%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D511FF (or 0xD511FF) is known color: Psychedelic Purple. HEX triplet: D5, 11 and FF. RGB value is (213,17,255). Sum of RGB (Red+Green+Blue) = 213+17+255=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #D511FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511FF is #2AEE00. Grayscale: #656565. Windows color (decimal): -2813441 or 16716245. OLE color: 16716245.

HSL color Cylindrical-coordinate representation of color #D511FF: hue angle of 289.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D511FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 17 255 -
CMYK 0.16 0.93 0 0
HSL 289.41º 1% 0.53% -
HSV(B) 289.41º 0.93% 1% -
XYZ 45.69 21.77 96.4 -
YUV 102.74 213.93 206.65 -
System Red Green Blue C M Y K H S L
Decimal 213 17 255 0.16 0.93 0 0 289.41 1 0.53
Hex D5 11 FF 10 5D 0 0 121 64 35
Octal 325 21 377 20 135 0 0 441 144 65
Binary 11010101 10001 11111111 10000 1011101 0 0 100100001 1100100 110101

Color Harmonies of #D511FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511FF

Black with #D511FF

Text Example


Text Example

White with #D511FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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