Html Css Color HEX #D708EC Psychedelic Purple

📋 copy color: '#D708EC'

red 215 ◦ green 8 ◦ blue 236

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

Shades of Psychedelic Purple #D708EC

Tints of Psychedelic Purple #D708EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.74%

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

R = 46.84%
G = 1.74%
B = 51.42%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D708EC (or 0xD708EC) is known color: Psychedelic Purple. HEX triplet: D7, 08 and EC. RGB value is (215,8,236). Sum of RGB (Red+Green+Blue) = 215+8+236=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #D708EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D708EC is #28F713. Grayscale: #5F5F5F. Windows color (decimal): -2684692 or 15468759. OLE color: 15468759.

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

Color convert

RGB 215 8 236 -
CMYK 0.09 0.97 0 0.07
HSL 294.47º 0.93% 0.48% -
HSV(B) 294.47º 0.97% 0.93% -
XYZ 43.25 20.68 81.07 -
YUV 95.89 207.08 212.96 -
System Red Green Blue C M Y K H S L
Decimal 215 8 236 0.09 0.97 0 0.07 294.47 0.93 0.48
Hex D7 8 EC 9 61 0 7 126 5D 30
Octal 327 10 354 11 141 0 7 446 135 60
Binary 11010111 1000 11101100 1001 1100001 0 111 100100110 1011101 110000

Color Harmonies of #D708EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708EC

Black with #D708EC

Text Example


Text Example

White with #D708EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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