Html Css Color HEX #D728EC Psychedelic Purple

📋 copy color: '#D728EC'

red 215 ◦ green 40 ◦ blue 236

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

Shades of Psychedelic Purple #D728EC

Tints of Psychedelic Purple #D728EC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.15%

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

R = 43.79%
G = 8.15%
B = 48.07%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D728EC (or 0xD728EC) is known color: Psychedelic Purple. HEX triplet: D7, 28 and EC. RGB value is (215,40,236). Sum of RGB (Red+Green+Blue) = 215+40+236=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #D728EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D728EC is #28D713. Grayscale: #727272. Windows color (decimal): -2676500 or 15476951. OLE color: 15476951.

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

Color convert

RGB 215 40 236 -
CMYK 0.09 0.83 0 0.07
HSL 293.57º 0.84% 0.54% -
HSV(B) 293.57º 0.83% 0.93% -
XYZ 43.92 22.02 81.29 -
YUV 114.67 196.48 199.56 -
System Red Green Blue C M Y K H S L
Decimal 215 40 236 0.09 0.83 0 0.07 293.57 0.84 0.54
Hex D7 28 EC 9 53 0 7 126 54 36
Octal 327 50 354 11 123 0 7 446 124 66
Binary 11010111 101000 11101100 1001 1010011 0 111 100100110 1010100 110110

Color Harmonies of #D728EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D728EC

Black with #D728EC

Text Example


Text Example

White with #D728EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D728EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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