Html Css Color HEX #D143BB Fuchsia

📋 copy color: '#D143BB'

red 209 ◦ green 67 ◦ blue 187

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

Shades of Fuchsia #D143BB

Tints of Fuchsia #D143BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 45.14%
G = 14.47%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D143BB (or 0xD143BB) is known color: Fuchsia. HEX triplet: D1, 43 and BB. RGB value is (209,67,187). Sum of RGB (Red+Green+Blue) = 209+67+187=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D143BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143BB is #2EBC44. Grayscale: #7A7A7A. Windows color (decimal): -3062853 or 12272593. OLE color: 12272593.

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

Color convert

RGB 209 67 187 -
CMYK 0 0.68 0.11 0.18
HSL 309.3º 0.61% 0.54% -
HSV(B) 309.3º 0.68% 0.82% -
XYZ 37.27 21.16 49.13 -
YUV 123.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 209 67 187 0 0.68 0.11 0.18 309.3 0.61 0.54
Hex D1 43 BB 0 44 B 12 135 3D 36
Octal 321 103 273 0 104 13 22 465 75 66
Binary 11010001 1000011 10111011 0 1000100 1011 10010 100110101 111101 110110

Color Harmonies of #D143BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143BB

Black with #D143BB

Text Example


Text Example

White with #D143BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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