Html Css Color HEX #D141C0 Fuchsia

📋 copy color: '#D141C0'

red 209 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #D141C0

Tints of Fuchsia #D141C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 44.85%
G = 13.95%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D141C0 (or 0xD141C0) is known color: Fuchsia. HEX triplet: D1, 41 and C0. RGB value is (209,65,192). Sum of RGB (Red+Green+Blue) = 209+65+192=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D141C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141C0 is #2EBE3F. Grayscale: #7A7A7A. Windows color (decimal): -3063360 or 12599761. OLE color: 12599761.

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

Color convert

RGB 209 65 192 -
CMYK 0 0.69 0.08 0.18
HSL 307.08º 0.61% 0.54% -
HSV(B) 307.08º 0.69% 0.82% -
XYZ 37.7 21.14 51.96 -
YUV 122.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 209 65 192 0 0.69 0.08 0.18 307.08 0.61 0.54
Hex D1 41 C0 0 45 8 12 133 3D 36
Octal 321 101 300 0 105 10 22 463 75 66
Binary 11010001 1000001 11000000 0 1000101 1000 10010 100110011 111101 110110

Color Harmonies of #D141C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141C0

Black with #D141C0

Text Example


Text Example

White with #D141C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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