Html Css Color HEX #D141BC Fuchsia

📋 copy color: '#D141BC'

red 209 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #D141BC

Tints of Fuchsia #D141BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 45.24%
G = 14.07%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D141BC (or 0xD141BC) is known color: Fuchsia. HEX triplet: D1, 41 and BC. RGB value is (209,65,188). Sum of RGB (Red+Green+Blue) = 209+65+188=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D141BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141BC is #2EBE43. Grayscale: #797979. Windows color (decimal): -3063364 or 12337617. OLE color: 12337617.

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

Color convert

RGB 209 65 188 -
CMYK 0 0.69 0.10 0.18
HSL 308.75º 0.61% 0.54% -
HSV(B) 308.75º 0.69% 0.82% -
XYZ 37.26 20.97 49.66 -
YUV 122.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 209 65 188 0 0.69 0.10 0.18 308.75 0.61 0.54
Hex D1 41 BC 0 45 A 12 135 3D 36
Octal 321 101 274 0 105 12 22 465 75 66
Binary 11010001 1000001 10111100 0 1000101 1010 10010 100110101 111101 110110

Color Harmonies of #D141BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141BC

Black with #D141BC

Text Example


Text Example

White with #D141BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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