Html Css Color HEX #D918F1 Psychedelic Purple

📋 copy color: '#D918F1'

red 217 ◦ green 24 ◦ blue 241

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

Shades of Psychedelic Purple #D918F1

Tints of Psychedelic Purple #D918F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 45.02%
G = 4.98%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D918F1 (or 0xD918F1) is known color: Psychedelic Purple. HEX triplet: D9, 18 and F1. RGB value is (217,24,241). Sum of RGB (Red+Green+Blue) = 217+24+241=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #D918F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918F1 is #26E70E. Grayscale: #696969. Windows color (decimal): -2549519 or 15800537. OLE color: 15800537.

HSL color Cylindrical-coordinate representation of color #D918F1: hue angle of 293.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918F1 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 24 241 -
CMYK 0.10 0.90 0 0.05
HSL 293.36º 0.89% 0.52% -
HSV(B) 293.36º 0.9% 0.95% -
XYZ 44.82 21.76 85.06 -
YUV 106.45 203.94 206.86 -
System Red Green Blue C M Y K H S L
Decimal 217 24 241 0.10 0.90 0 0.05 293.36 0.89 0.52
Hex D9 18 F1 A 5A 0 5 125 59 34
Octal 331 30 361 12 132 0 5 445 131 64
Binary 11011001 11000 11110001 1010 1011010 0 101 100100101 1011001 110100

Color Harmonies of #D918F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918F1

Black with #D918F1

Text Example


Text Example

White with #D918F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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