Html Css Color HEX #D141B4 Fuchsia

📋 copy color: '#D141B4'

red 209 ◦ green 65 ◦ blue 180

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

Shades of Fuchsia #D141B4

Tints of Fuchsia #D141B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 46.04%
G = 14.32%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D141B4 (or 0xD141B4) is known color: Fuchsia. HEX triplet: D1, 41 and B4. RGB value is (209,65,180). Sum of RGB (Red+Green+Blue) = 209+65+180=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D141B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141B4 is #2EBE4B. Grayscale: #787878. Windows color (decimal): -3063372 or 11813329. OLE color: 11813329.

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

Color convert

RGB 209 65 180 -
CMYK 0 0.69 0.14 0.18
HSL 312.08º 0.61% 0.54% -
HSV(B) 312.08º 0.69% 0.82% -
XYZ 36.42 20.63 45.24 -
YUV 121.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 209 65 180 0 0.69 0.14 0.18 312.08 0.61 0.54
Hex D1 41 B4 0 45 E 12 138 3D 36
Octal 321 101 264 0 105 16 22 470 75 66
Binary 11010001 1000001 10110100 0 1000101 1110 10010 100111000 111101 110110

Color Harmonies of #D141B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141B4

Black with #D141B4

Text Example


Text Example

White with #D141B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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