Html Css Color HEX #D129B3 Fuchsia

📋 copy color: '#D129B3'

red 209 ◦ green 41 ◦ blue 179

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

Shades of Fuchsia #D129B3

Tints of Fuchsia #D129B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.72%

R = 48.72%
G = 9.56%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D129B3 (or 0xD129B3) is known color: Fuchsia. HEX triplet: D1, 29 and B3. RGB value is (209,41,179). Sum of RGB (Red+Green+Blue) = 209+41+179=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D129B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D129B3 is #2ED64C. Grayscale: #6A6A6A. Windows color (decimal): -3069517 or 11741649. OLE color: 11741649.

HSL color Cylindrical-coordinate representation of color #D129B3: hue angle of 310.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D129B3 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 179 -
CMYK 0 0.80 0.14 0.18
HSL 310.71º 0.67% 0.49% -
HSV(B) 310.71º 0.8% 0.82% -
XYZ 35.22 18.4 44.34 -
YUV 106.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 209 41 179 0 0.80 0.14 0.18 310.71 0.67 0.49
Hex D1 29 B3 0 50 E 12 137 43 31
Octal 321 51 263 0 120 16 22 467 103 61
Binary 11010001 101001 10110011 0 1010000 1110 10010 100110111 1000011 110001

Color Harmonies of #D129B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129B3

Black with #D129B3

Text Example


Text Example

White with #D129B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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