Html Css Color HEX #D919FE Psychedelic Purple

📋 copy color: '#D919FE'

red 217 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #D919FE

Tints of Psychedelic Purple #D919FE

RGB

 RED value IS 217 (85.16% from 255) = 43.75%

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

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

R = 43.75%
G = 5.04%
B = 51.21%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D919FE (or 0xD919FE) is known color: Psychedelic Purple. HEX triplet: D9, 19 and FE. RGB value is (217,25,254). Sum of RGB (Red+Green+Blue) = 217+25+254=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #D919FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919FE is #26E601. Grayscale: #6B6B6B. Windows color (decimal): -2549250 or 16652761. OLE color: 16652761.

HSL color Cylindrical-coordinate representation of color #D919FE: hue angle of 290.31º 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 #D919FE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 25 254 -
CMYK 0.15 0.90 0 0.00
HSL 290.31º 0.99% 0.55% -
HSV(B) 290.31º 0.9% 1% -
XYZ 46.85 22.6 95.66 -
YUV 108.51 210.11 205.38 -
System Red Green Blue C M Y K H S L
Decimal 217 25 254 0.15 0.90 0 0.00 290.31 0.99 0.55
Hex D9 19 FE F 5A 0 0 122 63 37
Octal 331 31 376 17 132 0 0 442 143 67
Binary 11011001 11001 11111110 1111 1011010 0 0 100100010 1100011 110111

Color Harmonies of #D919FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919FE

Black with #D919FE

Text Example


Text Example

White with #D919FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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