Html Css Color HEX #D149B1 Fuchsia

📋 copy color: '#D149B1'

red 209 ◦ green 73 ◦ blue 177

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

Shades of Fuchsia #D149B1

Tints of Fuchsia #D149B1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.9%

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 45.53%
G = 15.9%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D149B1 (or 0xD149B1) is known color: Fuchsia. HEX triplet: D1, 49 and B1. RGB value is (209,73,177). Sum of RGB (Red+Green+Blue) = 209+73+177=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D149B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149B1 is #2EB64E. Grayscale: #7D7D7D. Windows color (decimal): -3061327 or 11618769. OLE color: 11618769.

HSL color Cylindrical-coordinate representation of color #D149B1: hue angle of 314.12º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149B1 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 177 -
CMYK 0 0.65 0.15 0.18
HSL 314.12º 0.6% 0.55% -
HSV(B) 314.12º 0.65% 0.82% -
XYZ 36.61 21.49 43.81 -
YUV 125.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 209 73 177 0 0.65 0.15 0.18 314.12 0.6 0.55
Hex D1 49 B1 0 41 F 12 13A 3C 37
Octal 321 111 261 0 101 17 22 472 74 67
Binary 11010001 1001001 10110001 0 1000001 1111 10010 100111010 111100 110111

Color Harmonies of #D149B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149B1

Black with #D149B1

Text Example


Text Example

White with #D149B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149B1; }

 p { color: rgb(209,73,177); }

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

background-color css

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

 a { background-color: rgb(209,73,177); }

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

border-color css

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

 span { border-color: rgb(209,73,177); }

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