Html Css Color HEX #D515FA Psychedelic Purple

📋 copy color: '#D515FA'

red 213 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #D515FA

Tints of Psychedelic Purple #D515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.34%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 44.01%
G = 4.34%
B = 51.65%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D515FA (or 0xD515FA) is known color: Psychedelic Purple. HEX triplet: D5, 15 and FA. RGB value is (213,21,250). Sum of RGB (Red+Green+Blue) = 213+21+250=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #D515FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515FA is #2AEA05. Grayscale: #676767. Windows color (decimal): -2812422 or 16389589. OLE color: 16389589.

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

Color convert

RGB 213 21 250 -
CMYK 0.15 0.92 0 0.02
HSL 290.31º 0.96% 0.53% -
HSV(B) 290.31º 0.92% 0.98% -
XYZ 44.96 21.58 92.24 -
YUV 104.51 210.11 205.38 -
System Red Green Blue C M Y K H S L
Decimal 213 21 250 0.15 0.92 0 0.02 290.31 0.96 0.53
Hex D5 15 FA F 5C 0 2 122 60 35
Octal 325 25 372 17 134 0 2 442 140 65
Binary 11010101 10101 11111010 1111 1011100 0 10 100100010 1100000 110101

Color Harmonies of #D515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515FA

Black with #D515FA

Text Example


Text Example

White with #D515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515FA; }

 p { color: rgb(213,21,250); }

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

background-color css

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

 a { background-color: rgb(213,21,250); }

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

border-color css

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

 span { border-color: rgb(213,21,250); }

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