Html Css Color HEX #D819F1 Psychedelic Purple

📋 copy color: '#D819F1'

red 216 ◦ green 25 ◦ blue 241

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

Shades of Psychedelic Purple #D819F1

Tints of Psychedelic Purple #D819F1

RGB

 RED value IS 216 (84.77% from 255) = 44.81%

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 44.81%
G = 5.19%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D819F1 (or 0xD819F1) is known color: Psychedelic Purple. HEX triplet: D8, 19 and F1. RGB value is (216,25,241). Sum of RGB (Red+Green+Blue) = 216+25+241=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #D819F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D819F1 is #27E60E. Grayscale: #6A6A6A. Windows color (decimal): -2614799 or 15800792. OLE color: 15800792.

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

Color convert

RGB 216 25 241 -
CMYK 0.10 0.90 0 0.05
HSL 293.06º 0.89% 0.52% -
HSV(B) 293.06º 0.9% 0.95% -
XYZ 44.54 21.65 85.05 -
YUV 106.73 203.78 205.94 -
System Red Green Blue C M Y K H S L
Decimal 216 25 241 0.10 0.90 0 0.05 293.06 0.89 0.52
Hex D8 19 F1 A 5A 0 5 125 59 34
Octal 330 31 361 12 132 0 5 445 131 64
Binary 11011000 11001 11110001 1010 1011010 0 101 100100101 1011001 110100

Color Harmonies of #D819F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D819F1

Black with #D819F1

Text Example


Text Example

White with #D819F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D819F1; }

 p { color: rgb(216,25,241); }

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

background-color css

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

 a { background-color: rgb(216,25,241); }

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

border-color css

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

 span { border-color: rgb(216,25,241); }

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