Html Css Color HEX #D919FB Psychedelic Purple

📋 copy color: '#D919FB'

red 217 ◦ green 25 ◦ blue 251

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

Shades of Psychedelic Purple #D919FB

Tints of Psychedelic Purple #D919FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 44.02%
G = 5.07%
B = 50.91%

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

#D919FB (or 0xD919FB) is known color: Psychedelic Purple. HEX triplet: D9, 19 and FB. RGB value is (217,25,251). Sum of RGB (Red+Green+Blue) = 217+25+251=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #D919FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919FB is #26E604. Grayscale: #6B6B6B. Windows color (decimal): -2549253 or 16456153. OLE color: 16456153.

HSL color Cylindrical-coordinate representation of color #D919FB: hue angle of 290.97º degrees, saturation: 0.97, 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 #D919FB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 25 251 -
CMYK 0.14 0.90 0 0.02
HSL 290.97º 0.97% 0.54% -
HSV(B) 290.97º 0.9% 0.98% -
XYZ 46.38 22.41 93.15 -
YUV 108.17 208.61 205.62 -
System Red Green Blue C M Y K H S L
Decimal 217 25 251 0.14 0.90 0 0.02 290.97 0.97 0.54
Hex D9 19 FB E 5A 0 2 123 61 36
Octal 331 31 373 16 132 0 2 443 141 66
Binary 11011001 11001 11111011 1110 1011010 0 10 100100011 1100001 110110

Color Harmonies of #D919FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919FB

Black with #D919FB

Text Example


Text Example

White with #D919FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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