Html Css Color HEX #D140C6 Fuchsia

📋 copy color: '#D140C6'

red 209 ◦ green 64 ◦ blue 198

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

Shades of Fuchsia #D140C6

Tints of Fuchsia #D140C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 44.37%
G = 13.59%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D140C6 (or 0xD140C6) is known color: Fuchsia. HEX triplet: D1, 40 and C6. RGB value is (209,64,198). Sum of RGB (Red+Green+Blue) = 209+64+198=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D140C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140C6 is #2EBF39. Grayscale: #7A7A7A. Windows color (decimal): -3063610 or 12992721. OLE color: 12992721.

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

Color convert

RGB 209 64 198 -
CMYK 0 0.69 0.05 0.18
HSL 304.55º 0.61% 0.54% -
HSV(B) 304.55º 0.69% 0.82% -
XYZ 38.32 21.3 55.52 -
YUV 122.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 209 64 198 0 0.69 0.05 0.18 304.55 0.61 0.54
Hex D1 40 C6 0 45 5 12 131 3D 36
Octal 321 100 306 0 105 5 22 461 75 66
Binary 11010001 1000000 11000110 0 1000101 101 10010 100110001 111101 110110

Color Harmonies of #D140C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140C6

Black with #D140C6

Text Example


Text Example

White with #D140C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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