Html Css Color HEX #D513FC Psychedelic Purple

📋 copy color: '#D513FC'

red 213 ◦ green 19 ◦ blue 252

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

Shades of Psychedelic Purple #D513FC

Tints of Psychedelic Purple #D513FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 44.01%
G = 3.93%
B = 52.07%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D513FC (or 0xD513FC) is known color: Psychedelic Purple. HEX triplet: D5, 13 and FC. RGB value is (213,19,252). Sum of RGB (Red+Green+Blue) = 213+19+252=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #D513FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513FC is #2AEC03. Grayscale: #666666. Windows color (decimal): -2812932 or 16520149. OLE color: 16520149.

HSL color Cylindrical-coordinate representation of color #D513FC: hue angle of 289.96º degrees, saturation: 0.97, 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 #D513FC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 19 252 -
CMYK 0.15 0.92 0 0.01
HSL 289.96º 0.97% 0.53% -
HSV(B) 289.96º 0.92% 0.99% -
XYZ 45.24 21.64 93.89 -
YUV 103.57 211.77 206.05 -
System Red Green Blue C M Y K H S L
Decimal 213 19 252 0.15 0.92 0 0.01 289.96 0.97 0.53
Hex D5 13 FC F 5C 0 1 122 61 35
Octal 325 23 374 17 134 0 1 442 141 65
Binary 11010101 10011 11111100 1111 1011100 0 1 100100010 1100001 110101

Color Harmonies of #D513FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513FC

Black with #D513FC

Text Example


Text Example

White with #D513FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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