Html Css Color HEX #D918F6 Psychedelic Purple

📋 copy color: '#D918F6'

red 217 ◦ green 24 ◦ blue 246

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

Shades of Psychedelic Purple #D918F6

Tints of Psychedelic Purple #D918F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 44.56%
G = 4.93%
B = 50.51%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D918F6 (or 0xD918F6) is known color: Psychedelic Purple. HEX triplet: D9, 18 and F6. RGB value is (217,24,246). Sum of RGB (Red+Green+Blue) = 217+24+246=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #D918F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918F6 is #26E709. Grayscale: #6A6A6A. Windows color (decimal): -2549514 or 16128217. OLE color: 16128217.

HSL color Cylindrical-coordinate representation of color #D918F6: hue angle of 292.16º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918F6 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 24 246 -
CMYK 0.12 0.90 0 0.04
HSL 292.16º 0.93% 0.53% -
HSV(B) 292.16º 0.9% 0.96% -
XYZ 45.58 22.06 89.04 -
YUV 107.02 206.44 206.45 -
System Red Green Blue C M Y K H S L
Decimal 217 24 246 0.12 0.90 0 0.04 292.16 0.93 0.53
Hex D9 18 F6 C 5A 0 4 124 5C 35
Octal 331 30 366 14 132 0 4 444 134 65
Binary 11011001 11000 11110110 1100 1011010 0 100 100100100 1011100 110101

Color Harmonies of #D918F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918F6

Black with #D918F6

Text Example


Text Example

White with #D918F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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