Html Css Color HEX #D710EC Psychedelic Purple

📋 copy color: '#D710EC'

red 215 ◦ green 16 ◦ blue 236

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

Shades of Psychedelic Purple #D710EC

Tints of Psychedelic Purple #D710EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.43%

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

R = 46.04%
G = 3.43%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D710EC (or 0xD710EC) is known color: Psychedelic Purple. HEX triplet: D7, 10 and EC. RGB value is (215,16,236). Sum of RGB (Red+Green+Blue) = 215+16+236=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #D710EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D710EC is #28EF13. Grayscale: #636363. Windows color (decimal): -2682644 or 15470807. OLE color: 15470807.

HSL color Cylindrical-coordinate representation of color #D710EC: hue angle of 294.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710EC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 16 236 -
CMYK 0.09 0.93 0 0.07
HSL 294.27º 0.87% 0.49% -
HSV(B) 294.27º 0.93% 0.93% -
XYZ 43.35 20.87 81.1 -
YUV 100.58 204.43 209.61 -
System Red Green Blue C M Y K H S L
Decimal 215 16 236 0.09 0.93 0 0.07 294.27 0.87 0.49
Hex D7 10 EC 9 5D 0 7 126 57 31
Octal 327 20 354 11 135 0 7 446 127 61
Binary 11010111 10000 11101100 1001 1011101 0 111 100100110 1010111 110001

Color Harmonies of #D710EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710EC

Black with #D710EC

Text Example


Text Example

White with #D710EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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