Html Css Color HEX #D146BC Fuchsia

📋 copy color: '#D146BC'

red 209 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #D146BC

Tints of Fuchsia #D146BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 44.75%
G = 14.99%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D146BC (or 0xD146BC) is known color: Fuchsia. HEX triplet: D1, 46 and BC. RGB value is (209,70,188). Sum of RGB (Red+Green+Blue) = 209+70+188=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D146BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146BC is #2EB943. Grayscale: #7C7C7C. Windows color (decimal): -3062084 or 12338897. OLE color: 12338897.

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

Color convert

RGB 209 70 188 -
CMYK 0 0.67 0.10 0.18
HSL 309.06º 0.6% 0.55% -
HSV(B) 309.06º 0.67% 0.82% -
XYZ 37.56 21.57 49.76 -
YUV 125.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 209 70 188 0 0.67 0.10 0.18 309.06 0.6 0.55
Hex D1 46 BC 0 43 A 12 135 3C 37
Octal 321 106 274 0 103 12 22 465 74 67
Binary 11010001 1000110 10111100 0 1000011 1010 10010 100110101 111100 110111

Color Harmonies of #D146BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146BC

Black with #D146BC

Text Example


Text Example

White with #D146BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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