Html Css Color HEX #D129FF Psychedelic Purple

📋 copy color: '#D129FF'

red 209 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #D129FF

Tints of Psychedelic Purple #D129FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 41.39%
G = 8.12%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D129FF (or 0xD129FF) is known color: Psychedelic Purple. HEX triplet: D1, 29 and FF. RGB value is (209,41,255). Sum of RGB (Red+Green+Blue) = 209+41+255=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #D129FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129FF is #2ED600. Grayscale: #727272. Windows color (decimal): -3069441 or 16722385. OLE color: 16722385.

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

Color convert

RGB 209 41 255 -
CMYK 0.18 0.84 0 0
HSL 287.1º 1% 0.58% -
HSV(B) 287.1º 0.84% 1% -
XYZ 45.14 22.36 96.54 -
YUV 115.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 209 41 255 0.18 0.84 0 0 287.1 1 0.58
Hex D1 29 FF 12 54 0 0 11F 64 3A
Octal 321 51 377 22 124 0 0 437 144 72
Binary 11010001 101001 11111111 10010 1010100 0 0 100011111 1100100 111010

Color Harmonies of #D129FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129FF

Black with #D129FF

Text Example


Text Example

White with #D129FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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