Html Css Color HEX #D918EC Psychedelic Purple

📋 copy color: '#D918EC'

red 217 ◦ green 24 ◦ blue 236

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

Shades of Psychedelic Purple #D918EC

Tints of Psychedelic Purple #D918EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 45.49%
G = 5.03%
B = 49.48%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D918EC (or 0xD918EC) is known color: Psychedelic Purple. HEX triplet: D9, 18 and EC. RGB value is (217,24,236). Sum of RGB (Red+Green+Blue) = 217+24+236=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #D918EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918EC is #26E713. Grayscale: #696969. Windows color (decimal): -2549524 or 15472857. OLE color: 15472857.

HSL color Cylindrical-coordinate representation of color #D918EC: hue angle of 294.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918EC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 24 236 -
CMYK 0.08 0.90 0 0.07
HSL 294.62º 0.85% 0.51% -
HSV(B) 294.62º 0.9% 0.93% -
XYZ 44.08 21.46 81.18 -
YUV 105.88 201.44 207.26 -
System Red Green Blue C M Y K H S L
Decimal 217 24 236 0.08 0.90 0 0.07 294.62 0.85 0.51
Hex D9 18 EC 8 5A 0 7 127 55 33
Octal 331 30 354 10 132 0 7 447 125 63
Binary 11011001 11000 11101100 1000 1011010 0 111 100100111 1010101 110011

Color Harmonies of #D918EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918EC

Black with #D918EC

Text Example


Text Example

White with #D918EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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