Html Css Color HEX #D726EC Psychedelic Purple

📋 copy color: '#D726EC'

red 215 ◦ green 38 ◦ blue 236

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

Shades of Psychedelic Purple #D726EC

Tints of Psychedelic Purple #D726EC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.77%

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

R = 43.97%
G = 7.77%
B = 48.26%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D726EC (or 0xD726EC) is known color: Psychedelic Purple. HEX triplet: D7, 26 and EC. RGB value is (215,38,236). Sum of RGB (Red+Green+Blue) = 215+38+236=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #D726EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726EC is #28D913. Grayscale: #707070. Windows color (decimal): -2677012 or 15476439. OLE color: 15476439.

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

Color convert

RGB 215 38 236 -
CMYK 0.09 0.84 0 0.07
HSL 293.64º 0.84% 0.54% -
HSV(B) 293.64º 0.84% 0.93% -
XYZ 43.86 21.89 81.27 -
YUV 113.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 215 38 236 0.09 0.84 0 0.07 293.64 0.84 0.54
Hex D7 26 EC 9 54 0 7 126 54 36
Octal 327 46 354 11 124 0 7 446 124 66
Binary 11010111 100110 11101100 1001 1010100 0 111 100100110 1010100 110110

Color Harmonies of #D726EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726EC

Black with #D726EC

Text Example


Text Example

White with #D726EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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