Html Css Color HEX #D146B8 Fuchsia

📋 copy color: '#D146B8'

red 209 ◦ green 70 ◦ blue 184

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

Shades of Fuchsia #D146B8

Tints of Fuchsia #D146B8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 45.14%
G = 15.12%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D146B8 (or 0xD146B8) is known color: Fuchsia. HEX triplet: D1, 46 and B8. RGB value is (209,70,184). Sum of RGB (Red+Green+Blue) = 209+70+184=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D146B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146B8 is #2EB947. Grayscale: #7C7C7C. Windows color (decimal): -3062088 or 12076753. OLE color: 12076753.

HSL color Cylindrical-coordinate representation of color #D146B8: hue angle of 310.79º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D146B8 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 184 -
CMYK 0 0.67 0.12 0.18
HSL 310.79º 0.6% 0.55% -
HSV(B) 310.79º 0.67% 0.82% -
XYZ 37.14 21.4 47.52 -
YUV 124.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 209 70 184 0 0.67 0.12 0.18 310.79 0.6 0.55
Hex D1 46 B8 0 43 C 12 137 3C 37
Octal 321 106 270 0 103 14 22 467 74 67
Binary 11010001 1000110 10111000 0 1000011 1100 10010 100110111 111100 110111

Color Harmonies of #D146B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146B8

Black with #D146B8

Text Example


Text Example

White with #D146B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146B8; }

 p { color: rgb(209,70,184); }

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

background-color css

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

 a { background-color: rgb(209,70,184); }

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

border-color css

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

 span { border-color: rgb(209,70,184); }

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