Html Css Color HEX #D143C7 Fuchsia

📋 copy color: '#D143C7'

red 209 ◦ green 67 ◦ blue 199

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

Shades of Fuchsia #D143C7

Tints of Fuchsia #D143C7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.11%

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 44%
G = 14.11%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D143C7 (or 0xD143C7) is known color: Fuchsia. HEX triplet: D1, 43 and C7. RGB value is (209,67,199). Sum of RGB (Red+Green+Blue) = 209+67+199=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D143C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143C7 is #2EBC38. Grayscale: #7C7C7C. Windows color (decimal): -3062841 or 13059025. OLE color: 13059025.

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

Color convert

RGB 209 67 199 -
CMYK 0 0.68 0.05 0.18
HSL 304.23º 0.61% 0.54% -
HSV(B) 304.23º 0.68% 0.82% -
XYZ 38.61 21.69 56.19 -
YUV 124.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 209 67 199 0 0.68 0.05 0.18 304.23 0.61 0.54
Hex D1 43 C7 0 44 5 12 130 3D 36
Octal 321 103 307 0 104 5 22 460 75 66
Binary 11010001 1000011 11000111 0 1000100 101 10010 100110000 111101 110110

Color Harmonies of #D143C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143C7

Black with #D143C7

Text Example


Text Example

White with #D143C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143C7; }

 p { color: rgb(209,67,199); }

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

background-color css

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

 a { background-color: rgb(209,67,199); }

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

border-color css

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

 span { border-color: rgb(209,67,199); }

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