Html Css Color HEX #D129FD Psychedelic Purple

📋 copy color: '#D129FD'

red 209 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D129FD

Tints of Psychedelic Purple #D129FD

RGB

 RED value IS 209 (82.03% from 255) = 41.55%

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

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

R = 41.55%
G = 8.15%
B = 50.3%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D129FD (or 0xD129FD) is known color: Psychedelic Purple. HEX triplet: D1, 29 and FD. RGB value is (209,41,253). Sum of RGB (Red+Green+Blue) = 209+41+253=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #D129FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129FD is #2ED602. Grayscale: #727272. Windows color (decimal): -3069443 or 16591313. OLE color: 16591313.

HSL color Cylindrical-coordinate representation of color #D129FD: hue angle of 287.55º 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 #D129FD is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 41 253 -
CMYK 0.17 0.84 0 0.01
HSL 287.55º 0.98% 0.58% -
HSV(B) 287.55º 0.84% 0.99% -
XYZ 44.82 22.23 94.86 -
YUV 115.4 205.66 194.76 -
System Red Green Blue C M Y K H S L
Decimal 209 41 253 0.17 0.84 0 0.01 287.55 0.98 0.58
Hex D1 29 FD 11 54 0 1 120 62 3A
Octal 321 51 375 21 124 0 1 440 142 72
Binary 11010001 101001 11111101 10001 1010100 0 1 100100000 1100010 111010

Color Harmonies of #D129FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129FD

Black with #D129FD

Text Example


Text Example

White with #D129FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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