Html Css Color HEX #D919FF Psychedelic Purple

📋 copy color: '#D919FF'

red 217 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #D919FF

Tints of Psychedelic Purple #D919FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 43.66%
G = 5.03%
B = 51.31%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D919FF (or 0xD919FF) is known color: Psychedelic Purple. HEX triplet: D9, 19 and FF. RGB value is (217,25,255). Sum of RGB (Red+Green+Blue) = 217+25+255=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #D919FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919FF is #26E600. Grayscale: #6B6B6B. Windows color (decimal): -2549249 or 16718297. OLE color: 16718297.

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

Color convert

RGB 217 25 255 -
CMYK 0.15 0.90 0 0
HSL 290.09º 1% 0.55% -
HSV(B) 290.09º 0.9% 1% -
XYZ 47.01 22.67 96.51 -
YUV 108.63 210.61 205.3 -
System Red Green Blue C M Y K H S L
Decimal 217 25 255 0.15 0.90 0 0 290.09 1 0.55
Hex D9 19 FF F 5A 0 0 122 64 37
Octal 331 31 377 17 132 0 0 442 144 67
Binary 11011001 11001 11111111 1111 1011010 0 0 100100010 1100100 110111

Color Harmonies of #D919FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919FF

Black with #D919FF

Text Example


Text Example

White with #D919FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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