Html Css Color HEX #D619FE Psychedelic Purple

📋 copy color: '#D619FE'

red 214 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #D619FE

Tints of Psychedelic Purple #D619FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 43.41%
G = 5.07%
B = 51.52%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D619FE (or 0xD619FE) is known color: Psychedelic Purple. HEX triplet: D6, 19 and FE. RGB value is (214,25,254). Sum of RGB (Red+Green+Blue) = 214+25+254=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D619FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619FE is #29E601. Grayscale: #6A6A6A. Windows color (decimal): -2745858 or 16652758. OLE color: 16652758.

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

Color convert

RGB 214 25 254 -
CMYK 0.16 0.90 0 0.00
HSL 289.52º 0.99% 0.55% -
HSV(B) 289.52º 0.9% 1% -
XYZ 45.97 22.15 95.62 -
YUV 107.62 210.62 203.88 -
System Red Green Blue C M Y K H S L
Decimal 214 25 254 0.16 0.90 0 0.00 289.52 0.99 0.55
Hex D6 19 FE 10 5A 0 0 122 63 37
Octal 326 31 376 20 132 0 0 442 143 67
Binary 11010110 11001 11111110 10000 1011010 0 0 100100010 1100011 110111

Color Harmonies of #D619FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619FE

Black with #D619FE

Text Example


Text Example

White with #D619FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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