Html Css Color HEX #D619F9 Psychedelic Purple

📋 copy color: '#D619F9'

red 214 ◦ green 25 ◦ blue 249

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

Shades of Psychedelic Purple #D619F9

Tints of Psychedelic Purple #D619F9

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

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

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 43.85%
G = 5.12%
B = 51.02%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D619F9 (or 0xD619F9) is known color: Psychedelic Purple. HEX triplet: D6, 19 and F9. RGB value is (214,25,249). Sum of RGB (Red+Green+Blue) = 214+25+249=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #D619F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619F9 is #29E606. Grayscale: #6A6A6A. Windows color (decimal): -2745863 or 16325078. OLE color: 16325078.

HSL color Cylindrical-coordinate representation of color #D619F9: hue angle of 290.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D619F9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 25 249 -
CMYK 0.14 0.90 0 0.02
HSL 290.63º 0.95% 0.54% -
HSV(B) 290.63º 0.9% 0.98% -
XYZ 45.18 21.83 91.46 -
YUV 107.05 208.12 204.29 -
System Red Green Blue C M Y K H S L
Decimal 214 25 249 0.14 0.90 0 0.02 290.63 0.95 0.54
Hex D6 19 F9 E 5A 0 2 123 5F 36
Octal 326 31 371 16 132 0 2 443 137 66
Binary 11010110 11001 11111001 1110 1011010 0 10 100100011 1011111 110110

Color Harmonies of #D619F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619F9

Black with #D619F9

Text Example


Text Example

White with #D619F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619F9; }

 p { color: rgb(214,25,249); }

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

background-color css

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

 a { background-color: rgb(214,25,249); }

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

border-color css

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

 span { border-color: rgb(214,25,249); }

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