Html Css Color HEX #D129FA Psychedelic Purple

📋 copy color: '#D129FA'

red 209 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #D129FA

Tints of Psychedelic Purple #D129FA

RGB

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

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

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

R = 41.8%
G = 8.2%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D129FA (or 0xD129FA) is known color: Psychedelic Purple. HEX triplet: D1, 29 and FA. RGB value is (209,41,250). Sum of RGB (Red+Green+Blue) = 209+41+250=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #D129FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129FA is #2ED605. Grayscale: #727272. Windows color (decimal): -3069446 or 16394705. OLE color: 16394705.

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

Color convert

RGB 209 41 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.23º 0.95% 0.57% -
HSV(B) 288.23º 0.84% 0.98% -
XYZ 44.34 22.04 92.36 -
YUV 115.06 204.16 195.01 -
System Red Green Blue C M Y K H S L
Decimal 209 41 250 0.16 0.84 0 0.02 288.23 0.95 0.57
Hex D1 29 FA 10 54 0 2 120 5F 39
Octal 321 51 372 20 124 0 2 440 137 71
Binary 11010001 101001 11111010 10000 1010100 0 10 100100000 1011111 111001

Color Harmonies of #D129FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129FA

Black with #D129FA

Text Example


Text Example

White with #D129FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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