Html Css Color HEX #D918F9 Psychedelic Purple

📋 copy color: '#D918F9'

red 217 ◦ green 24 ◦ blue 249

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

Shades of Psychedelic Purple #D918F9

Tints of Psychedelic Purple #D918F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 44.29%
G = 4.9%
B = 50.82%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D918F9 (or 0xD918F9) is known color: Psychedelic Purple. HEX triplet: D9, 18 and F9. RGB value is (217,24,249). Sum of RGB (Red+Green+Blue) = 217+24+249=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #D918F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918F9 is #26E706. Grayscale: #6A6A6A. Windows color (decimal): -2549511 or 16324825. OLE color: 16324825.

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

Color convert

RGB 217 24 249 -
CMYK 0.13 0.90 0 0.02
HSL 291.47º 0.95% 0.54% -
HSV(B) 291.47º 0.9% 0.98% -
XYZ 46.04 22.24 91.49 -
YUV 107.36 207.94 206.2 -
System Red Green Blue C M Y K H S L
Decimal 217 24 249 0.13 0.90 0 0.02 291.47 0.95 0.54
Hex D9 18 F9 D 5A 0 2 123 5F 36
Octal 331 30 371 15 132 0 2 443 137 66
Binary 11011001 11000 11111001 1101 1011010 0 10 100100011 1011111 110110

Color Harmonies of #D918F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918F9

Black with #D918F9

Text Example


Text Example

White with #D918F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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