Html Css Color HEX #D130B6 Fuchsia

📋 copy color: '#D130B6'

red 209 ◦ green 48 ◦ blue 182

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

Shades of Fuchsia #D130B6

Tints of Fuchsia #D130B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.46%

R = 47.61%
G = 10.93%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D130B6 (or 0xD130B6) is known color: Fuchsia. HEX triplet: D1, 30 and B6. RGB value is (209,48,182). Sum of RGB (Red+Green+Blue) = 209+48+182=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D130B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130B6 is #2ECF49. Grayscale: #6F6F6F. Windows color (decimal): -3067722 or 11940049. OLE color: 11940049.

HSL color Cylindrical-coordinate representation of color #D130B6: hue angle of 310.06º 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 #D130B6 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 182 -
CMYK 0 0.77 0.13 0.18
HSL 310.06º 0.64% 0.5% -
HSV(B) 310.06º 0.77% 0.82% -
XYZ 35.79 19.05 46.05 -
YUV 111.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 209 48 182 0 0.77 0.13 0.18 310.06 0.64 0.5
Hex D1 30 B6 0 4D D 12 136 40 32
Octal 321 60 266 0 115 15 22 466 100 62
Binary 11010001 110000 10110110 0 1001101 1101 10010 100110110 1000000 110010

Color Harmonies of #D130B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130B6

Black with #D130B6

Text Example


Text Example

White with #D130B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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