Html Css Color HEX #D726ED Psychedelic Purple

📋 copy color: '#D726ED'

red 215 ◦ green 38 ◦ blue 237

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

Shades of Psychedelic Purple #D726ED

Tints of Psychedelic Purple #D726ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 43.88%
G = 7.76%
B = 48.37%

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

#D726ED (or 0xD726ED) is known color: Psychedelic Purple. HEX triplet: D7, 26 and ED. RGB value is (215,38,237). Sum of RGB (Red+Green+Blue) = 215+38+237=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #D726ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726ED is #28D912. Grayscale: #707070. Windows color (decimal): -2677011 or 15541975. OLE color: 15541975.

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

Color convert

RGB 215 38 237 -
CMYK 0.09 0.84 0 0.07
HSL 293.37º 0.85% 0.54% -
HSV(B) 293.37º 0.84% 0.93% -
XYZ 44 21.95 82.04 -
YUV 113.61 197.64 200.32 -
System Red Green Blue C M Y K H S L
Decimal 215 38 237 0.09 0.84 0 0.07 293.37 0.85 0.54
Hex D7 26 ED 9 54 0 7 125 55 36
Octal 327 46 355 11 124 0 7 445 125 66
Binary 11010111 100110 11101101 1001 1010100 0 111 100100101 1010101 110110

Color Harmonies of #D726ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726ED

Black with #D726ED

Text Example


Text Example

White with #D726ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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