Html Css Color HEX #D142C9 Fuchsia

📋 copy color: '#D142C9'

red 209 ◦ green 66 ◦ blue 201

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

Shades of Fuchsia #D142C9

Tints of Fuchsia #D142C9

RGB

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

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

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

R = 43.91%
G = 13.87%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D142C9 (or 0xD142C9) is known color: Fuchsia. HEX triplet: D1, 42 and C9. RGB value is (209,66,201). Sum of RGB (Red+Green+Blue) = 209+66+201=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D142C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142C9 is #2EBD36. Grayscale: #7B7B7B. Windows color (decimal): -3063095 or 13189841. OLE color: 13189841.

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

Color convert

RGB 209 66 201 -
CMYK 0 0.68 0.04 0.18
HSL 303.36º 0.61% 0.54% -
HSV(B) 303.36º 0.68% 0.82% -
XYZ 38.79 21.67 57.4 -
YUV 124.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 209 66 201 0 0.68 0.04 0.18 303.36 0.61 0.54
Hex D1 42 C9 0 44 4 12 12F 3D 36
Octal 321 102 311 0 104 4 22 457 75 66
Binary 11010001 1000010 11001001 0 1000100 100 10010 100101111 111101 110110

Color Harmonies of #D142C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142C9

Black with #D142C9

Text Example


Text Example

White with #D142C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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