Html Css Color HEX #D140C9 Fuchsia

📋 copy color: '#D140C9'

red 209 ◦ green 64 ◦ blue 201

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

Shades of Fuchsia #D140C9

Tints of Fuchsia #D140C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 44.09%
G = 13.5%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D140C9 (or 0xD140C9) is known color: Fuchsia. HEX triplet: D1, 40 and C9. RGB value is (209,64,201). Sum of RGB (Red+Green+Blue) = 209+64+201=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D140C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140C9 is #2EBF36. Grayscale: #7A7A7A. Windows color (decimal): -3063607 or 13189329. OLE color: 13189329.

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

Color convert

RGB 209 64 201 -
CMYK 0 0.69 0.04 0.18
HSL 303.31º 0.61% 0.54% -
HSV(B) 303.31º 0.69% 0.82% -
XYZ 38.67 21.44 57.36 -
YUV 122.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 209 64 201 0 0.69 0.04 0.18 303.31 0.61 0.54
Hex D1 40 C9 0 45 4 12 12F 3D 36
Octal 321 100 311 0 105 4 22 457 75 66
Binary 11010001 1000000 11001001 0 1000101 100 10010 100101111 111101 110110

Color Harmonies of #D140C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140C9

Black with #D140C9

Text Example


Text Example

White with #D140C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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