Html Css Color HEX #D140B1 Fuchsia

📋 copy color: '#D140B1'

red 209 ◦ green 64 ◦ blue 177

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

Shades of Fuchsia #D140B1

Tints of Fuchsia #D140B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.22%

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 46.44%
G = 14.22%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D140B1 (or 0xD140B1) is known color: Fuchsia. HEX triplet: D1, 40 and B1. RGB value is (209,64,177). Sum of RGB (Red+Green+Blue) = 209+64+177=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D140B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140B1 is #2EBF4E. Grayscale: #777777. Windows color (decimal): -3063631 or 11616465. OLE color: 11616465.

HSL color Cylindrical-coordinate representation of color #D140B1: hue angle of 313.24º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D140B1 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 177 -
CMYK 0 0.69 0.15 0.18
HSL 313.24º 0.61% 0.54% -
HSV(B) 313.24º 0.69% 0.82% -
XYZ 36.06 20.4 43.63 -
YUV 120.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 209 64 177 0 0.69 0.15 0.18 313.24 0.61 0.54
Hex D1 40 B1 0 45 F 12 139 3D 36
Octal 321 100 261 0 105 17 22 471 75 66
Binary 11010001 1000000 10110001 0 1000101 1111 10010 100111001 111101 110110

Color Harmonies of #D140B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140B1

Black with #D140B1

Text Example


Text Example

White with #D140B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140B1; }

 p { color: rgb(209,64,177); }

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

background-color css

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

 a { background-color: rgb(209,64,177); }

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

border-color css

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

 span { border-color: rgb(209,64,177); }

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