Html Css Color HEX #D141AF Fuchsia

📋 copy color: '#D141AF'

red 209 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #D141AF

Tints of Fuchsia #D141AF

RGB

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

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

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

R = 46.55%
G = 14.48%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D141AF (or 0xD141AF) is known color: Fuchsia. HEX triplet: D1, 41 and AF. RGB value is (209,65,175). Sum of RGB (Red+Green+Blue) = 209+65+175=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D141AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141AF is #2EBE50. Grayscale: #787878. Windows color (decimal): -3063377 or 11485649. OLE color: 11485649.

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

Color convert

RGB 209 65 175 -
CMYK 0 0.69 0.16 0.18
HSL 314.17º 0.61% 0.54% -
HSV(B) 314.17º 0.69% 0.82% -
XYZ 35.92 20.43 42.61 -
YUV 120.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 209 65 175 0 0.69 0.16 0.18 314.17 0.61 0.54
Hex D1 41 AF 0 45 10 12 13A 3D 36
Octal 321 101 257 0 105 20 22 472 75 66
Binary 11010001 1000001 10101111 0 1000101 10000 10010 100111010 111101 110110

Color Harmonies of #D141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141AF

Black with #D141AF

Text Example


Text Example

White with #D141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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