Html Css Color HEX #D143B6 Fuchsia

📋 copy color: '#D143B6'

red 209 ◦ green 67 ◦ blue 182

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

Shades of Fuchsia #D143B6

Tints of Fuchsia #D143B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.74%

R = 45.63%
G = 14.63%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D143B6 (or 0xD143B6) is known color: Fuchsia. HEX triplet: D1, 43 and B6. RGB value is (209,67,182). Sum of RGB (Red+Green+Blue) = 209+67+182=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D143B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143B6 is #2EBC49. Grayscale: #7A7A7A. Windows color (decimal): -3062858 or 11944913. OLE color: 11944913.

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

Color convert

RGB 209 67 182 -
CMYK 0 0.68 0.13 0.18
HSL 311.41º 0.61% 0.54% -
HSV(B) 311.41º 0.68% 0.82% -
XYZ 36.75 20.95 46.36 -
YUV 122.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 209 67 182 0 0.68 0.13 0.18 311.41 0.61 0.54
Hex D1 43 B6 0 44 D 12 137 3D 36
Octal 321 103 266 0 104 15 22 467 75 66
Binary 11010001 1000011 10110110 0 1000100 1101 10010 100110111 111101 110110

Color Harmonies of #D143B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143B6

Black with #D143B6

Text Example


Text Example

White with #D143B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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