Html Css Color HEX #D129FE Psychedelic Purple

📋 copy color: '#D129FE'

red 209 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #D129FE

Tints of Psychedelic Purple #D129FE

RGB

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

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

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

R = 41.47%
G = 8.13%
B = 50.4%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D129FE (or 0xD129FE) is known color: Psychedelic Purple. HEX triplet: D1, 29 and FE. RGB value is (209,41,254). Sum of RGB (Red+Green+Blue) = 209+41+254=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #D129FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129FE is #2ED601. Grayscale: #727272. Windows color (decimal): -3069442 or 16656849. OLE color: 16656849.

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

Color convert

RGB 209 41 254 -
CMYK 0.18 0.84 0 0.00
HSL 287.32º 0.99% 0.58% -
HSV(B) 287.32º 0.84% 1% -
XYZ 44.98 22.3 95.7 -
YUV 115.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 209 41 254 0.18 0.84 0 0.00 287.32 0.99 0.58
Hex D1 29 FE 12 54 0 0 11F 63 3A
Octal 321 51 376 22 124 0 0 437 143 72
Binary 11010001 101001 11111110 10010 1010100 0 0 100011111 1100011 111010

Color Harmonies of #D129FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129FE

Black with #D129FE

Text Example


Text Example

White with #D129FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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