Html Css Color HEX #D728EA Psychedelic Purple

📋 copy color: '#D728EA'

red 215 ◦ green 40 ◦ blue 234

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

Shades of Psychedelic Purple #D728EA

Tints of Psychedelic Purple #D728EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 43.97%
G = 8.18%
B = 47.85%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D728EA (or 0xD728EA) is known color: Psychedelic Purple. HEX triplet: D7, 28 and EA. RGB value is (215,40,234). Sum of RGB (Red+Green+Blue) = 215+40+234=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #D728EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D728EA is #28D715. Grayscale: #717171. Windows color (decimal): -2676502 or 15345879. OLE color: 15345879.

HSL color Cylindrical-coordinate representation of color #D728EA: hue angle of 294.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D728EA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 40 234 -
CMYK 0.08 0.83 0 0.08
HSL 294.12º 0.82% 0.54% -
HSV(B) 294.12º 0.83% 0.92% -
XYZ 43.63 21.91 79.77 -
YUV 114.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 215 40 234 0.08 0.83 0 0.08 294.12 0.82 0.54
Hex D7 28 EA 8 53 0 8 126 52 36
Octal 327 50 352 10 123 0 10 446 122 66
Binary 11010111 101000 11101010 1000 1010011 0 1000 100100110 1010010 110110

Color Harmonies of #D728EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D728EA

Black with #D728EA

Text Example


Text Example

White with #D728EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D728EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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