Html Css Color HEX #D919FD Psychedelic Purple

📋 copy color: '#D919FD'

red 217 ◦ green 25 ◦ blue 253

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

Shades of Psychedelic Purple #D919FD

Tints of Psychedelic Purple #D919FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 43.84%
G = 5.05%
B = 51.11%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D919FD (or 0xD919FD) is known color: Psychedelic Purple. HEX triplet: D9, 19 and FD. RGB value is (217,25,253). Sum of RGB (Red+Green+Blue) = 217+25+253=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #D919FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919FD is #26E602. Grayscale: #6B6B6B. Windows color (decimal): -2549251 or 16587225. OLE color: 16587225.

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

Color convert

RGB 217 25 253 -
CMYK 0.14 0.90 0 0.01
HSL 290.53º 0.98% 0.55% -
HSV(B) 290.53º 0.9% 0.99% -
XYZ 46.69 22.54 94.82 -
YUV 108.4 209.61 205.46 -
System Red Green Blue C M Y K H S L
Decimal 217 25 253 0.14 0.90 0 0.01 290.53 0.98 0.55
Hex D9 19 FD E 5A 0 1 123 62 37
Octal 331 31 375 16 132 0 1 443 142 67
Binary 11011001 11001 11111101 1110 1011010 0 1 100100011 1100010 110111

Color Harmonies of #D919FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919FD

Black with #D919FD

Text Example


Text Example

White with #D919FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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