Html Css Color HEX #D319F3 Psychedelic Purple

📋 copy color: '#D319F3'

red 211 ◦ green 25 ◦ blue 243

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

Shades of Psychedelic Purple #D319F3

Tints of Psychedelic Purple #D319F3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.22%

 BLUE value IS 243 (95.31% from 255) = 50.73%

R = 44.05%
G = 5.22%
B = 50.73%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D319F3 (or 0xD319F3) is known color: Psychedelic Purple. HEX triplet: D3, 19 and F3. RGB value is (211,25,243). Sum of RGB (Red+Green+Blue) = 211+25+243=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #D319F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319F3 is #2CE60C. Grayscale: #686868. Windows color (decimal): -2942477 or 15931859. OLE color: 15931859.

HSL color Cylindrical-coordinate representation of color #D319F3: hue angle of 291.19º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D319F3 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 25 243 -
CMYK 0.13 0.90 0 0.05
HSL 291.19º 0.9% 0.53% -
HSV(B) 291.19º 0.9% 0.95% -
XYZ 43.39 21.02 86.56 -
YUV 105.47 205.62 203.27 -
System Red Green Blue C M Y K H S L
Decimal 211 25 243 0.13 0.90 0 0.05 291.19 0.9 0.53
Hex D3 19 F3 D 5A 0 5 123 5A 35
Octal 323 31 363 15 132 0 5 443 132 65
Binary 11010011 11001 11110011 1101 1011010 0 101 100100011 1011010 110101

Color Harmonies of #D319F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319F3

Black with #D319F3

Text Example


Text Example

White with #D319F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319F3; }

 p { color: rgb(211,25,243); }

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

background-color css

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

 a { background-color: rgb(211,25,243); }

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

border-color css

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

 span { border-color: rgb(211,25,243); }

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