Html Css Color HEX #D142AF Fuchsia

📋 copy color: '#D142AF'

red 209 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #D142AF

Tints of Fuchsia #D142AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.67%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 46.44%
G = 14.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D142AF (or 0xD142AF) is known color: Fuchsia. HEX triplet: D1, 42 and AF. RGB value is (209,66,175). Sum of RGB (Red+Green+Blue) = 209+66+175=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D142AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142AF is #2EBD50. Grayscale: #787878. Windows color (decimal): -3063121 or 11485905. OLE color: 11485905.

HSL color Cylindrical-coordinate representation of color #D142AF: hue angle of 314.27º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D142AF is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 175 -
CMYK 0 0.68 0.16 0.18
HSL 314.27º 0.61% 0.54% -
HSV(B) 314.27º 0.68% 0.82% -
XYZ 35.98 20.55 42.63 -
YUV 121.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 209 66 175 0 0.68 0.16 0.18 314.27 0.61 0.54
Hex D1 42 AF 0 44 10 12 13A 3D 36
Octal 321 102 257 0 104 20 22 472 75 66
Binary 11010001 1000010 10101111 0 1000100 10000 10010 100111010 111101 110110

Color Harmonies of #D142AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142AF

Black with #D142AF

Text Example


Text Example

White with #D142AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142AF; }

 p { color: rgb(209,66,175); }

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

background-color css

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

 a { background-color: rgb(209,66,175); }

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

border-color css

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

 span { border-color: rgb(209,66,175); }

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