Html Css Color HEX #D130BC Fuchsia

📋 copy color: '#D130BC'

red 209 ◦ green 48 ◦ blue 188

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

Shades of Fuchsia #D130BC

Tints of Fuchsia #D130BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 46.97%
G = 10.79%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D130BC (or 0xD130BC) is known color: Fuchsia. HEX triplet: D1, 30 and BC. RGB value is (209,48,188). Sum of RGB (Red+Green+Blue) = 209+48+188=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D130BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130BC is #2ECF43. Grayscale: #6F6F6F. Windows color (decimal): -3067716 or 12333265. OLE color: 12333265.

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

Color convert

RGB 209 48 188 -
CMYK 0 0.77 0.10 0.18
HSL 307.83º 0.64% 0.5% -
HSV(B) 307.83º 0.77% 0.82% -
XYZ 36.43 19.3 49.38 -
YUV 112.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 209 48 188 0 0.77 0.10 0.18 307.83 0.64 0.5
Hex D1 30 BC 0 4D A 12 134 40 32
Octal 321 60 274 0 115 12 22 464 100 62
Binary 11010001 110000 10111100 0 1001101 1010 10010 100110100 1000000 110010

Color Harmonies of #D130BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130BC

Black with #D130BC

Text Example


Text Example

White with #D130BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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