Html Css Color HEX #D729EA Psychedelic Purple

📋 copy color: '#D729EA'

red 215 ◦ green 41 ◦ blue 234

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

Shades of Psychedelic Purple #D729EA

Tints of Psychedelic Purple #D729EA

RGB

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

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

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

R = 43.88%
G = 8.37%
B = 47.76%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D729EA (or 0xD729EA) is known color: Psychedelic Purple. HEX triplet: D7, 29 and EA. RGB value is (215,41,234). Sum of RGB (Red+Green+Blue) = 215+41+234=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #D729EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729EA is #28D615. Grayscale: #727272. Windows color (decimal): -2676246 or 15346135. OLE color: 15346135.

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

Color convert

RGB 215 41 234 -
CMYK 0.08 0.82 0 0.08
HSL 294.09º 0.82% 0.54% -
HSV(B) 294.09º 0.82% 0.92% -
XYZ 43.67 21.97 79.78 -
YUV 115.03 195.15 199.31 -
System Red Green Blue C M Y K H S L
Decimal 215 41 234 0.08 0.82 0 0.08 294.09 0.82 0.54
Hex D7 29 EA 8 52 0 8 126 52 36
Octal 327 51 352 10 122 0 10 446 122 66
Binary 11010111 101001 11101010 1000 1010010 0 1000 100100110 1010010 110110

Color Harmonies of #D729EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729EA

Black with #D729EA

Text Example


Text Example

White with #D729EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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