Html Css Color HEX #D046B7 Fuchsia

📋 copy color: '#D046B7'

red 208 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #D046B7

Tints of Fuchsia #D046B7

RGB

 RED value IS 208 (81.64% from 255) = 45.12%

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

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

R = 45.12%
G = 15.18%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D046B7 (or 0xD046B7) is known color: Fuchsia. HEX triplet: D0, 46 and B7. RGB value is (208,70,183). Sum of RGB (Red+Green+Blue) = 208+70+183=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D046B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046B7 is #2FB948. Grayscale: #7B7B7B. Windows color (decimal): -3127625 or 12011216. OLE color: 12011216.

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

Color convert

RGB 208 70 183 -
CMYK 0 0.66 0.12 0.18
HSL 310.87º 0.59% 0.55% -
HSV(B) 310.87º 0.66% 0.82% -
XYZ 36.75 21.21 46.96 -
YUV 124.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 208 70 183 0 0.66 0.12 0.18 310.87 0.59 0.55
Hex D0 46 B7 0 42 C 12 137 3B 37
Octal 320 106 267 0 102 14 22 467 73 67
Binary 11010000 1000110 10110111 0 1000010 1100 10010 100110111 111011 110111

Color Harmonies of #D046B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046B7

Black with #D046B7

Text Example


Text Example

White with #D046B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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