Html Css Color HEX #D129F0 Psychedelic Purple

📋 copy color: '#D129F0'

red 209 ◦ green 41 ◦ blue 240

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

Shades of Psychedelic Purple #D129F0

Tints of Psychedelic Purple #D129F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 42.65%
G = 8.37%
B = 48.98%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D129F0 (or 0xD129F0) is known color: Psychedelic Purple. HEX triplet: D1, 29 and F0. RGB value is (209,41,240). Sum of RGB (Red+Green+Blue) = 209+41+240=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #D129F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129F0 is #2ED60F. Grayscale: #717171. Windows color (decimal): -3069456 or 15739345. OLE color: 15739345.

HSL color Cylindrical-coordinate representation of color #D129F0: hue angle of 290.65º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D129F0 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 41 240 -
CMYK 0.13 0.83 0 0.06
HSL 290.65º 0.87% 0.55% -
HSV(B) 290.65º 0.83% 0.94% -
XYZ 42.82 21.43 84.32 -
YUV 113.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 209 41 240 0.13 0.83 0 0.06 290.65 0.87 0.55
Hex D1 29 F0 D 53 0 6 123 57 37
Octal 321 51 360 15 123 0 6 443 127 67
Binary 11010001 101001 11110000 1101 1010011 0 110 100100011 1010111 110111

Color Harmonies of #D129F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129F0

Black with #D129F0

Text Example


Text Example

White with #D129F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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