Html Css Color HEX #D140C3 Fuchsia

📋 copy color: '#D140C3'

red 209 ◦ green 64 ◦ blue 195

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

Shades of Fuchsia #D140C3

Tints of Fuchsia #D140C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.67%

R = 44.66%
G = 13.68%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D140C3 (or 0xD140C3) is known color: Fuchsia. HEX triplet: D1, 40 and C3. RGB value is (209,64,195). Sum of RGB (Red+Green+Blue) = 209+64+195=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D140C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140C3 is #2EBF3C. Grayscale: #797979. Windows color (decimal): -3063613 or 12796113. OLE color: 12796113.

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

Color convert

RGB 209 64 195 -
CMYK 0 0.69 0.07 0.18
HSL 305.79º 0.61% 0.54% -
HSV(B) 305.79º 0.69% 0.82% -
XYZ 37.98 21.16 53.71 -
YUV 122.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 209 64 195 0 0.69 0.07 0.18 305.79 0.61 0.54
Hex D1 40 C3 0 45 7 12 132 3D 36
Octal 321 100 303 0 105 7 22 462 75 66
Binary 11010001 1000000 11000011 0 1000101 111 10010 100110010 111101 110110

Color Harmonies of #D140C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140C3

Black with #D140C3

Text Example


Text Example

White with #D140C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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