Html Css Color HEX #D319F6 Psychedelic Purple

📋 copy color: '#D319F6'

red 211 ◦ green 25 ◦ blue 246

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

Shades of Psychedelic Purple #D319F6

Tints of Psychedelic Purple #D319F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 43.78%
G = 5.19%
B = 51.04%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D319F6 (or 0xD319F6) is known color: Psychedelic Purple. HEX triplet: D3, 19 and F6. RGB value is (211,25,246). Sum of RGB (Red+Green+Blue) = 211+25+246=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #D319F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319F6 is #2CE609. Grayscale: #696969. Windows color (decimal): -2942474 or 16128467. OLE color: 16128467.

HSL color Cylindrical-coordinate representation of color #D319F6: hue angle of 290.5º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D319F6 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 25 246 -
CMYK 0.14 0.90 0 0.04
HSL 290.5º 0.92% 0.53% -
HSV(B) 290.5º 0.9% 0.96% -
XYZ 43.85 21.2 88.97 -
YUV 105.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 211 25 246 0.14 0.90 0 0.04 290.5 0.92 0.53
Hex D3 19 F6 E 5A 0 4 122 5C 35
Octal 323 31 366 16 132 0 4 442 134 65
Binary 11010011 11001 11110110 1110 1011010 0 100 100100010 1011100 110101

Color Harmonies of #D319F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319F6

Black with #D319F6

Text Example


Text Example

White with #D319F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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