Html Css Color HEX #D729EC Psychedelic Purple

📋 copy color: '#D729EC'

red 215 ◦ green 41 ◦ blue 236

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

Shades of Psychedelic Purple #D729EC

Tints of Psychedelic Purple #D729EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.33%

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

R = 43.7%
G = 8.33%
B = 47.97%

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

#D729EC (or 0xD729EC) is known color: Psychedelic Purple. HEX triplet: D7, 29 and EC. RGB value is (215,41,236). Sum of RGB (Red+Green+Blue) = 215+41+236=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #D729EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729EC is #28D613. Grayscale: #727272. Windows color (decimal): -2676244 or 15477207. OLE color: 15477207.

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

Color convert

RGB 215 41 236 -
CMYK 0.09 0.83 0 0.07
HSL 293.54º 0.84% 0.54% -
HSV(B) 293.54º 0.83% 0.93% -
XYZ 43.96 22.09 81.3 -
YUV 115.26 196.15 199.14 -
System Red Green Blue C M Y K H S L
Decimal 215 41 236 0.09 0.83 0 0.07 293.54 0.84 0.54
Hex D7 29 EC 9 53 0 7 126 54 36
Octal 327 51 354 11 123 0 7 446 124 66
Binary 11010111 101001 11101100 1001 1010011 0 111 100100110 1010100 110110

Color Harmonies of #D729EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729EC

Black with #D729EC

Text Example


Text Example

White with #D729EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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