Html Css Color HEX #D513F0 Psychedelic Purple

📋 copy color: '#D513F0'

red 213 ◦ green 19 ◦ blue 240

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

Shades of Psychedelic Purple #D513F0

Tints of Psychedelic Purple #D513F0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.03%

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 45.13%
G = 4.03%
B = 50.85%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D513F0 (or 0xD513F0) is known color: Psychedelic Purple. HEX triplet: D5, 13 and F0. RGB value is (213,19,240). Sum of RGB (Red+Green+Blue) = 213+19+240=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #D513F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513F0 is #2AEC0F. Grayscale: #656565. Windows color (decimal): -2812944 or 15733717. OLE color: 15733717.

HSL color Cylindrical-coordinate representation of color #D513F0: hue angle of 292.67º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D513F0 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 19 240 -
CMYK 0.11 0.92 0 0.06
HSL 292.67º 0.88% 0.51% -
HSV(B) 292.67º 0.92% 0.94% -
XYZ 43.4 20.9 84.19 -
YUV 102.2 205.77 207.03 -
System Red Green Blue C M Y K H S L
Decimal 213 19 240 0.11 0.92 0 0.06 292.67 0.88 0.51
Hex D5 13 F0 B 5C 0 6 125 58 33
Octal 325 23 360 13 134 0 6 445 130 63
Binary 11010101 10011 11110000 1011 1011100 0 110 100100101 1011000 110011

Color Harmonies of #D513F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513F0

Black with #D513F0

Text Example


Text Example

White with #D513F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513F0; }

 p { color: rgb(213,19,240); }

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

background-color css

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

 a { background-color: rgb(213,19,240); }

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

border-color css

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

 span { border-color: rgb(213,19,240); }

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