Html Css Color HEX #D143B4 Fuchsia

📋 copy color: '#D143B4'

red 209 ◦ green 67 ◦ blue 180

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

Shades of Fuchsia #D143B4

Tints of Fuchsia #D143B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 45.83%
G = 14.69%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D143B4 (or 0xD143B4) is known color: Fuchsia. HEX triplet: D1, 43 and B4. RGB value is (209,67,180). Sum of RGB (Red+Green+Blue) = 209+67+180=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D143B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143B4 is #2EBC4B. Grayscale: #7A7A7A. Windows color (decimal): -3062860 or 11813841. OLE color: 11813841.

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

Color convert

RGB 209 67 180 -
CMYK 0 0.68 0.14 0.18
HSL 312.25º 0.61% 0.54% -
HSV(B) 312.25º 0.68% 0.82% -
XYZ 36.54 20.86 45.28 -
YUV 122.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 209 67 180 0 0.68 0.14 0.18 312.25 0.61 0.54
Hex D1 43 B4 0 44 E 12 138 3D 36
Octal 321 103 264 0 104 16 22 470 75 66
Binary 11010001 1000011 10110100 0 1000100 1110 10010 100111000 111101 110110

Color Harmonies of #D143B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143B4

Black with #D143B4

Text Example


Text Example

White with #D143B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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