Html Css Color HEX #D140BC Fuchsia

📋 copy color: '#D140BC'

red 209 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #D140BC

Tints of Fuchsia #D140BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.88%

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

R = 45.34%
G = 13.88%
B = 40.78%

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

#D140BC (or 0xD140BC) is known color: Fuchsia. HEX triplet: D1, 40 and BC. RGB value is (209,64,188). Sum of RGB (Red+Green+Blue) = 209+64+188=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D140BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140BC is #2EBF43. Grayscale: #797979. Windows color (decimal): -3063620 or 12337361. OLE color: 12337361.

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

Color convert

RGB 209 64 188 -
CMYK 0 0.69 0.10 0.18
HSL 308.69º 0.61% 0.54% -
HSV(B) 308.69º 0.69% 0.82% -
XYZ 37.2 20.85 49.64 -
YUV 121.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 209 64 188 0 0.69 0.10 0.18 308.69 0.61 0.54
Hex D1 40 BC 0 45 A 12 135 3D 36
Octal 321 100 274 0 105 12 22 465 75 66
Binary 11010001 1000000 10111100 0 1000101 1010 10010 100110101 111101 110110

Color Harmonies of #D140BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140BC

Black with #D140BC

Text Example


Text Example

White with #D140BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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