Html Css Color HEX #D729FA Psychedelic Purple

📋 copy color: '#D729FA'

red 215 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #D729FA

Tints of Psychedelic Purple #D729FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 42.49%
G = 8.1%
B = 49.41%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D729FA (or 0xD729FA) is known color: Psychedelic Purple. HEX triplet: D7, 29 and FA. RGB value is (215,41,250). Sum of RGB (Red+Green+Blue) = 215+41+250=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #D729FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729FA is #28D605. Grayscale: #747474. Windows color (decimal): -2676230 or 16394711. OLE color: 16394711.

HSL color Cylindrical-coordinate representation of color #D729FA: hue angle of 289.95º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D729FA is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 41 250 -
CMYK 0.14 0.84 0 0.02
HSL 289.95º 0.95% 0.57% -
HSV(B) 289.95º 0.84% 0.98% -
XYZ 46.07 22.94 92.44 -
YUV 116.85 203.15 198.01 -
System Red Green Blue C M Y K H S L
Decimal 215 41 250 0.14 0.84 0 0.02 289.95 0.95 0.57
Hex D7 29 FA E 54 0 2 122 5F 39
Octal 327 51 372 16 124 0 2 442 137 71
Binary 11010111 101001 11111010 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D729FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729FA

Black with #D729FA

Text Example


Text Example

White with #D729FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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