Html Css Color HEX #D146B7 Fuchsia

📋 copy color: '#D146B7'

red 209 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #D146B7

Tints of Fuchsia #D146B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 45.24%
G = 15.15%
B = 39.61%

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

#D146B7 (or 0xD146B7) is known color: Fuchsia. HEX triplet: D1, 46 and B7. RGB value is (209,70,183). Sum of RGB (Red+Green+Blue) = 209+70+183=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D146B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146B7 is #2EB948. Grayscale: #7C7C7C. Windows color (decimal): -3062089 or 12011217. OLE color: 12011217.

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

Color convert

RGB 209 70 183 -
CMYK 0 0.67 0.12 0.18
HSL 311.22º 0.6% 0.55% -
HSV(B) 311.22º 0.67% 0.82% -
XYZ 37.03 21.35 46.97 -
YUV 124.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 209 70 183 0 0.67 0.12 0.18 311.22 0.6 0.55
Hex D1 46 B7 0 43 C 12 137 3C 37
Octal 321 106 267 0 103 14 22 467 74 67
Binary 11010001 1000110 10110111 0 1000011 1100 10010 100110111 111100 110111

Color Harmonies of #D146B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146B7

Black with #D146B7

Text Example


Text Example

White with #D146B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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