Html Css Color HEX #D315FA Psychedelic Purple

📋 copy color: '#D315FA'

red 211 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #D315FA

Tints of Psychedelic Purple #D315FA

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

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

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

R = 43.78%
G = 4.36%
B = 51.87%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D315FA (or 0xD315FA) is known color: Psychedelic Purple. HEX triplet: D3, 15 and FA. RGB value is (211,21,250). Sum of RGB (Red+Green+Blue) = 211+21+250=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #D315FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315FA is #2CEA05. Grayscale: #676767. Windows color (decimal): -2943494 or 16389587. OLE color: 16389587.

HSL color Cylindrical-coordinate representation of color #D315FA: hue angle of 289.78º 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 #D315FA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 21 250 -
CMYK 0.16 0.92 0 0.02
HSL 289.78º 0.96% 0.53% -
HSV(B) 289.78º 0.92% 0.98% -
XYZ 44.39 21.29 92.21 -
YUV 103.92 210.45 204.38 -
System Red Green Blue C M Y K H S L
Decimal 211 21 250 0.16 0.92 0 0.02 289.78 0.96 0.53
Hex D3 15 FA 10 5C 0 2 122 60 35
Octal 323 25 372 20 134 0 2 442 140 65
Binary 11010011 10101 11111010 10000 1011100 0 10 100100010 1100000 110101

Color Harmonies of #D315FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D315FA

Black with #D315FA

Text Example


Text Example

White with #D315FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D315FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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