Html Css Color HEX #D729FF Psychedelic Purple

📋 copy color: '#D729FF'

red 215 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #D729FF

Tints of Psychedelic Purple #D729FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 42.07%
G = 8.02%
B = 49.9%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D729FF (or 0xD729FF) is known color: Psychedelic Purple. HEX triplet: D7, 29 and FF. RGB value is (215,41,255). Sum of RGB (Red+Green+Blue) = 215+41+255=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #D729FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729FF is #28D600. Grayscale: #747474. Windows color (decimal): -2676225 or 16722391. OLE color: 16722391.

HSL color Cylindrical-coordinate representation of color #D729FF: hue angle of 288.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D729FF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 41 255 -
CMYK 0.16 0.84 0 0
HSL 288.79º 1% 0.58% -
HSV(B) 288.79º 0.84% 1% -
XYZ 46.87 23.25 96.63 -
YUV 117.42 205.65 197.6 -
System Red Green Blue C M Y K H S L
Decimal 215 41 255 0.16 0.84 0 0 288.79 1 0.58
Hex D7 29 FF 10 54 0 0 121 64 3A
Octal 327 51 377 20 124 0 0 441 144 72
Binary 11010111 101001 11111111 10000 1010100 0 0 100100001 1100100 111010

Color Harmonies of #D729FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729FF

Black with #D729FF

Text Example


Text Example

White with #D729FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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