Html Css Color HEX #D130C2 Fuchsia

📋 copy color: '#D130C2'

red 209 ◦ green 48 ◦ blue 194

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

Shades of Fuchsia #D130C2

Tints of Fuchsia #D130C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 46.34%
G = 10.64%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D130C2 (or 0xD130C2) is known color: Fuchsia. HEX triplet: D1, 30 and C2. RGB value is (209,48,194). Sum of RGB (Red+Green+Blue) = 209+48+194=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D130C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130C2 is #2ECF3D. Grayscale: #707070. Windows color (decimal): -3067710 or 12726481. OLE color: 12726481.

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

Color convert

RGB 209 48 194 -
CMYK 0 0.77 0.07 0.18
HSL 305.59º 0.64% 0.5% -
HSV(B) 305.59º 0.77% 0.82% -
XYZ 37.09 19.56 52.86 -
YUV 112.78 173.84 196.63 -
System Red Green Blue C M Y K H S L
Decimal 209 48 194 0 0.77 0.07 0.18 305.59 0.64 0.5
Hex D1 30 C2 0 4D 7 12 132 40 32
Octal 321 60 302 0 115 7 22 462 100 62
Binary 11010001 110000 11000010 0 1001101 111 10010 100110010 1000000 110010

Color Harmonies of #D130C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130C2

Black with #D130C2

Text Example


Text Example

White with #D130C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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