Html Css Color HEX #D130B1 Fuchsia

📋 copy color: '#D130B1'

red 209 ◦ green 48 ◦ blue 177

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

Shades of Fuchsia #D130B1

Tints of Fuchsia #D130B1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.06%

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

R = 48.16%
G = 11.06%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D130B1 (or 0xD130B1) is known color: Fuchsia. HEX triplet: D1, 30 and B1. RGB value is (209,48,177). Sum of RGB (Red+Green+Blue) = 209+48+177=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D130B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130B1 is #2ECF4E. Grayscale: #6E6E6E. Windows color (decimal): -3067727 or 11612369. OLE color: 11612369.

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

Color convert

RGB 209 48 177 -
CMYK 0 0.77 0.15 0.18
HSL 311.93º 0.64% 0.5% -
HSV(B) 311.93º 0.77% 0.82% -
XYZ 35.29 18.84 43.37 -
YUV 110.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 209 48 177 0 0.77 0.15 0.18 311.93 0.64 0.5
Hex D1 30 B1 0 4D F 12 138 40 32
Octal 321 60 261 0 115 17 22 470 100 62
Binary 11010001 110000 10110001 0 1001101 1111 10010 100111000 1000000 110010

Color Harmonies of #D130B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130B1

Black with #D130B1

Text Example


Text Example

White with #D130B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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