Html Css Color HEX #D918FD Psychedelic Purple

📋 copy color: '#D918FD'

red 217 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #D918FD

Tints of Psychedelic Purple #D918FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.86%

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

R = 43.93%
G = 4.86%
B = 51.21%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D918FD (or 0xD918FD) is known color: Psychedelic Purple. HEX triplet: D9, 18 and FD. RGB value is (217,24,253). Sum of RGB (Red+Green+Blue) = 217+24+253=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #D918FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918FD is #26E702. Grayscale: #6B6B6B. Windows color (decimal): -2549507 or 16586969. OLE color: 16586969.

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

Color convert

RGB 217 24 253 -
CMYK 0.14 0.91 0 0.01
HSL 290.57º 0.98% 0.54% -
HSV(B) 290.57º 0.91% 0.99% -
XYZ 46.67 22.5 94.81 -
YUV 107.81 209.94 205.88 -
System Red Green Blue C M Y K H S L
Decimal 217 24 253 0.14 0.91 0 0.01 290.57 0.98 0.54
Hex D9 18 FD E 5B 0 1 123 62 36
Octal 331 30 375 16 133 0 1 443 142 66
Binary 11011001 11000 11111101 1110 1011011 0 1 100100011 1100010 110110

Color Harmonies of #D918FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918FD

Black with #D918FD

Text Example


Text Example

White with #D918FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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