Html Css Color HEX #D316FA Psychedelic Purple

📋 copy color: '#D316FA'

red 211 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #D316FA

Tints of Psychedelic Purple #D316FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.55%

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

R = 43.69%
G = 4.55%
B = 51.76%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D316FA (or 0xD316FA) is known color: Psychedelic Purple. HEX triplet: D3, 16 and FA. RGB value is (211,22,250). Sum of RGB (Red+Green+Blue) = 211+22+250=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D316FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316FA is #2CE905. Grayscale: #676767. Windows color (decimal): -2943238 or 16389843. OLE color: 16389843.

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

Color convert

RGB 211 22 250 -
CMYK 0.16 0.91 0 0.02
HSL 289.74º 0.96% 0.53% -
HSV(B) 289.74º 0.91% 0.98% -
XYZ 44.41 21.32 92.22 -
YUV 104.5 210.12 203.96 -
System Red Green Blue C M Y K H S L
Decimal 211 22 250 0.16 0.91 0 0.02 289.74 0.96 0.53
Hex D3 16 FA 10 5B 0 2 122 60 35
Octal 323 26 372 20 133 0 2 442 140 65
Binary 11010011 10110 11111010 10000 1011011 0 10 100100010 1100000 110101

Color Harmonies of #D316FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D316FA

Black with #D316FA

Text Example


Text Example

White with #D316FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D316FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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