Html Css Color HEX #D147BB Fuchsia

📋 copy color: '#D147BB'

red 209 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #D147BB

Tints of Fuchsia #D147BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.2%

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

R = 44.75%
G = 15.2%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D147BB (or 0xD147BB) is known color: Fuchsia. HEX triplet: D1, 47 and BB. RGB value is (209,71,187). Sum of RGB (Red+Green+Blue) = 209+71+187=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D147BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147BB is #2EB844. Grayscale: #7D7D7D. Windows color (decimal): -3061829 or 12273617. OLE color: 12273617.

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

Color convert

RGB 209 71 187 -
CMYK 0 0.66 0.11 0.18
HSL 309.57º 0.6% 0.55% -
HSV(B) 309.57º 0.66% 0.82% -
XYZ 37.52 21.65 49.22 -
YUV 125.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 209 71 187 0 0.66 0.11 0.18 309.57 0.6 0.55
Hex D1 47 BB 0 42 B 12 136 3C 37
Octal 321 107 273 0 102 13 22 466 74 67
Binary 11010001 1000111 10111011 0 1000010 1011 10010 100110110 111100 110111

Color Harmonies of #D147BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147BB

Black with #D147BB

Text Example


Text Example

White with #D147BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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