Html Css Color HEX #D319FD Psychedelic Purple

📋 copy color: '#D319FD'

red 211 ◦ green 25 ◦ blue 253

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

Shades of Psychedelic Purple #D319FD

Tints of Psychedelic Purple #D319FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 43.15%
G = 5.11%
B = 51.74%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D319FD (or 0xD319FD) is known color: Psychedelic Purple. HEX triplet: D3, 19 and FD. RGB value is (211,25,253). Sum of RGB (Red+Green+Blue) = 211+25+253=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #D319FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319FD is #2CE602. Grayscale: #696969. Windows color (decimal): -2942467 or 16587219. OLE color: 16587219.

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

Color convert

RGB 211 25 253 -
CMYK 0.17 0.90 0 0.01
HSL 288.95º 0.98% 0.55% -
HSV(B) 288.95º 0.9% 0.99% -
XYZ 44.94 21.64 94.74 -
YUV 106.61 210.62 202.46 -
System Red Green Blue C M Y K H S L
Decimal 211 25 253 0.17 0.90 0 0.01 288.95 0.98 0.55
Hex D3 19 FD 11 5A 0 1 121 62 37
Octal 323 31 375 21 132 0 1 441 142 67
Binary 11010011 11001 11111101 10001 1011010 0 1 100100001 1100010 110111

Color Harmonies of #D319FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319FD

Black with #D319FD

Text Example


Text Example

White with #D319FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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