Html Css Color HEX #D726EE Psychedelic Purple

📋 copy color: '#D726EE'

red 215 ◦ green 38 ◦ blue 238

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

Shades of Psychedelic Purple #D726EE

Tints of Psychedelic Purple #D726EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 43.79%
G = 7.74%
B = 48.47%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D726EE (or 0xD726EE) is known color: Psychedelic Purple. HEX triplet: D7, 26 and EE. RGB value is (215,38,238). Sum of RGB (Red+Green+Blue) = 215+38+238=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 38 (15.23% from 255 or 7.74% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #D726EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726EE is #28D911. Grayscale: #717171. Windows color (decimal): -2677010 or 15607511. OLE color: 15607511.

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

Color convert

RGB 215 38 238 -
CMYK 0.10 0.84 0 0.07
HSL 293.1º 0.85% 0.54% -
HSV(B) 293.1º 0.84% 0.93% -
XYZ 44.15 22.01 82.81 -
YUV 113.72 198.14 200.24 -
System Red Green Blue C M Y K H S L
Decimal 215 38 238 0.10 0.84 0 0.07 293.1 0.85 0.54
Hex D7 26 EE A 54 0 7 125 55 36
Octal 327 46 356 12 124 0 7 445 125 66
Binary 11010111 100110 11101110 1010 1010100 0 111 100100101 1010101 110110

Color Harmonies of #D726EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726EE

Black with #D726EE

Text Example


Text Example

White with #D726EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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