Html Css Color HEX #D130B7 Fuchsia

📋 copy color: '#D130B7'

red 209 ◦ green 48 ◦ blue 183

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

Shades of Fuchsia #D130B7

Tints of Fuchsia #D130B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 47.5%
G = 10.91%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D130B7 (or 0xD130B7) is known color: Fuchsia. HEX triplet: D1, 30 and B7. RGB value is (209,48,183). Sum of RGB (Red+Green+Blue) = 209+48+183=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D130B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130B7 is #2ECF48. Grayscale: #6F6F6F. Windows color (decimal): -3067721 or 12005585. OLE color: 12005585.

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

Color convert

RGB 209 48 183 -
CMYK 0 0.77 0.12 0.18
HSL 309.69º 0.64% 0.5% -
HSV(B) 309.69º 0.77% 0.82% -
XYZ 35.9 19.09 46.59 -
YUV 111.53 168.34 197.52 -
System Red Green Blue C M Y K H S L
Decimal 209 48 183 0 0.77 0.12 0.18 309.69 0.64 0.5
Hex D1 30 B7 0 4D C 12 136 40 32
Octal 321 60 267 0 115 14 22 466 100 62
Binary 11010001 110000 10110111 0 1001101 1100 10010 100110110 1000000 110010

Color Harmonies of #D130B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130B7

Black with #D130B7

Text Example


Text Example

White with #D130B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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