Html Css Color HEX #D513FD Psychedelic Purple

📋 copy color: '#D513FD'

red 213 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #D513FD

Tints of Psychedelic Purple #D513FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 43.92%
G = 3.92%
B = 52.16%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D513FD (or 0xD513FD) is known color: Psychedelic Purple. HEX triplet: D5, 13 and FD. RGB value is (213,19,253). Sum of RGB (Red+Green+Blue) = 213+19+253=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #D513FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513FD is #2AEC02. Grayscale: #666666. Windows color (decimal): -2812931 or 16585685. OLE color: 16585685.

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

Color convert

RGB 213 19 253 -
CMYK 0.16 0.92 0 0.01
HSL 289.74º 0.98% 0.53% -
HSV(B) 289.74º 0.92% 0.99% -
XYZ 45.4 21.7 94.72 -
YUV 103.68 212.27 205.97 -
System Red Green Blue C M Y K H S L
Decimal 213 19 253 0.16 0.92 0 0.01 289.74 0.98 0.53
Hex D5 13 FD 10 5C 0 1 122 62 35
Octal 325 23 375 20 134 0 1 442 142 65
Binary 11010101 10011 11111101 10000 1011100 0 1 100100010 1100010 110101

Color Harmonies of #D513FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513FD

Black with #D513FD

Text Example


Text Example

White with #D513FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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