Html Css Color HEX #D141B7 Fuchsia

📋 copy color: '#D141B7'

red 209 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #D141B7

Tints of Fuchsia #D141B7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.22%

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

R = 45.73%
G = 14.22%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D141B7 (or 0xD141B7) is known color: Fuchsia. HEX triplet: D1, 41 and B7. RGB value is (209,65,183). Sum of RGB (Red+Green+Blue) = 209+65+183=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D141B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141B7 is #2EBE48. Grayscale: #797979. Windows color (decimal): -3063369 or 12009937. OLE color: 12009937.

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

Color convert

RGB 209 65 183 -
CMYK 0 0.69 0.12 0.18
HSL 310.83º 0.61% 0.54% -
HSV(B) 310.83º 0.69% 0.82% -
XYZ 36.73 20.75 46.87 -
YUV 121.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 209 65 183 0 0.69 0.12 0.18 310.83 0.61 0.54
Hex D1 41 B7 0 45 C 12 137 3D 36
Octal 321 101 267 0 105 14 22 467 75 66
Binary 11010001 1000001 10110111 0 1000101 1100 10010 100110111 111101 110110

Color Harmonies of #D141B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141B7

Black with #D141B7

Text Example


Text Example

White with #D141B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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