Html Css Color HEX #D319FF Psychedelic Purple

📋 copy color: '#D319FF'

red 211 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #D319FF

Tints of Psychedelic Purple #D319FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 42.97%
G = 5.09%
B = 51.93%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D319FF (or 0xD319FF) is known color: Psychedelic Purple. HEX triplet: D3, 19 and FF. RGB value is (211,25,255). Sum of RGB (Red+Green+Blue) = 211+25+255=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #D319FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319FF is #2CE600. Grayscale: #6A6A6A. Windows color (decimal): -2942465 or 16718291. OLE color: 16718291.

HSL color Cylindrical-coordinate representation of color #D319FF: hue angle of 288.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D319FF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 25 255 -
CMYK 0.17 0.90 0 0
HSL 288.52º 1% 0.55% -
HSV(B) 288.52º 0.9% 1% -
XYZ 45.26 21.76 96.42 -
YUV 106.83 211.62 202.3 -
System Red Green Blue C M Y K H S L
Decimal 211 25 255 0.17 0.90 0 0 288.52 1 0.55
Hex D3 19 FF 11 5A 0 0 121 64 37
Octal 323 31 377 21 132 0 0 441 144 67
Binary 11010011 11001 11111111 10001 1011010 0 0 100100001 1100100 110111

Color Harmonies of #D319FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319FF

Black with #D319FF

Text Example


Text Example

White with #D319FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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