Html Css Color HEX #D718EC Psychedelic Purple

📋 copy color: '#D718EC'

red 215 ◦ green 24 ◦ blue 236

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

Shades of Psychedelic Purple #D718EC

Tints of Psychedelic Purple #D718EC

RGB

 RED value IS 215 (84.38% from 255) = 45.26%

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

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

R = 45.26%
G = 5.05%
B = 49.68%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D718EC (or 0xD718EC) is known color: Psychedelic Purple. HEX triplet: D7, 18 and EC. RGB value is (215,24,236). Sum of RGB (Red+Green+Blue) = 215+24+236=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #D718EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718EC is #28E713. Grayscale: #686868. Windows color (decimal): -2680596 or 15472855. OLE color: 15472855.

HSL color Cylindrical-coordinate representation of color #D718EC: hue angle of 294.06º 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 #D718EC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 24 236 -
CMYK 0.09 0.90 0 0.07
HSL 294.06º 0.85% 0.51% -
HSV(B) 294.06º 0.9% 0.93% -
XYZ 43.49 21.16 81.15 -
YUV 105.28 201.78 206.26 -
System Red Green Blue C M Y K H S L
Decimal 215 24 236 0.09 0.90 0 0.07 294.06 0.85 0.51
Hex D7 18 EC 9 5A 0 7 126 55 33
Octal 327 30 354 11 132 0 7 446 125 63
Binary 11010111 11000 11101100 1001 1011010 0 111 100100110 1010101 110011

Color Harmonies of #D718EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718EC

Black with #D718EC

Text Example


Text Example

White with #D718EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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