Html Css Color HEX #D729FE Psychedelic Purple

📋 copy color: '#D729FE'

red 215 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #D729FE

Tints of Psychedelic Purple #D729FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 42.16%
G = 8.04%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D729FE (or 0xD729FE) is known color: Psychedelic Purple. HEX triplet: D7, 29 and FE. RGB value is (215,41,254). Sum of RGB (Red+Green+Blue) = 215+41+254=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #D729FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729FE is #28D601. Grayscale: #747474. Windows color (decimal): -2676226 or 16656855. OLE color: 16656855.

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

Color convert

RGB 215 41 254 -
CMYK 0.15 0.84 0 0.00
HSL 289.01º 0.99% 0.58% -
HSV(B) 289.01º 0.84% 1% -
XYZ 46.71 23.19 95.78 -
YUV 117.31 205.15 197.68 -
System Red Green Blue C M Y K H S L
Decimal 215 41 254 0.15 0.84 0 0.00 289.01 0.99 0.58
Hex D7 29 FE F 54 0 0 121 63 3A
Octal 327 51 376 17 124 0 0 441 143 72
Binary 11010111 101001 11111110 1111 1010100 0 0 100100001 1100011 111010

Color Harmonies of #D729FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729FE

Black with #D729FE

Text Example


Text Example

White with #D729FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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