Html Css Color HEX #D130AF Fuchsia

📋 copy color: '#D130AF'

red 209 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #D130AF

Tints of Fuchsia #D130AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 48.38%
G = 11.11%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D130AF (or 0xD130AF) is known color: Fuchsia. HEX triplet: D1, 30 and AF. RGB value is (209,48,175). Sum of RGB (Red+Green+Blue) = 209+48+175=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D130AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130AF is #2ECF50. Grayscale: #6E6E6E. Windows color (decimal): -3067729 or 11481297. OLE color: 11481297.

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

Color convert

RGB 209 48 175 -
CMYK 0 0.77 0.16 0.18
HSL 312.67º 0.64% 0.5% -
HSV(B) 312.67º 0.77% 0.82% -
XYZ 35.09 18.76 42.33 -
YUV 110.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 209 48 175 0 0.77 0.16 0.18 312.67 0.64 0.5
Hex D1 30 AF 0 4D 10 12 139 40 32
Octal 321 60 257 0 115 20 22 471 100 62
Binary 11010001 110000 10101111 0 1001101 10000 10010 100111001 1000000 110010

Color Harmonies of #D130AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130AF

Black with #D130AF

Text Example


Text Example

White with #D130AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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