Html Css Color HEX #D729FD Psychedelic Purple

📋 copy color: '#D729FD'

red 215 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D729FD

Tints of Psychedelic Purple #D729FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 42.24%
G = 8.06%
B = 49.71%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D729FD (or 0xD729FD) is known color: Psychedelic Purple. HEX triplet: D7, 29 and FD. RGB value is (215,41,253). Sum of RGB (Red+Green+Blue) = 215+41+253=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #D729FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729FD is #28D602. Grayscale: #747474. Windows color (decimal): -2676227 or 16591319. OLE color: 16591319.

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

Color convert

RGB 215 41 253 -
CMYK 0.15 0.84 0 0.01
HSL 289.25º 0.98% 0.58% -
HSV(B) 289.25º 0.84% 0.99% -
XYZ 46.55 23.12 94.94 -
YUV 117.19 204.65 197.76 -
System Red Green Blue C M Y K H S L
Decimal 215 41 253 0.15 0.84 0 0.01 289.25 0.98 0.58
Hex D7 29 FD F 54 0 1 121 62 3A
Octal 327 51 375 17 124 0 1 441 142 72
Binary 11010111 101001 11111101 1111 1010100 0 1 100100001 1100010 111010

Color Harmonies of #D729FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729FD

Black with #D729FD

Text Example


Text Example

White with #D729FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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