Html Css Color HEX #D046B2 Fuchsia

📋 copy color: '#D046B2'

red 208 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #D046B2

Tints of Fuchsia #D046B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 45.61%
G = 15.35%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D046B2 (or 0xD046B2) is known color: Fuchsia. HEX triplet: D0, 46 and B2. RGB value is (208,70,178). Sum of RGB (Red+Green+Blue) = 208+70+178=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D046B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D046B2 is #2FB94D. Grayscale: #7B7B7B. Windows color (decimal): -3127630 or 11683536. OLE color: 11683536.

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

Color convert

RGB 208 70 178 -
CMYK 0 0.66 0.14 0.18
HSL 313.04º 0.59% 0.55% -
HSV(B) 313.04º 0.66% 0.82% -
XYZ 36.24 21 44.26 -
YUV 123.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 208 70 178 0 0.66 0.14 0.18 313.04 0.59 0.55
Hex D0 46 B2 0 42 E 12 139 3B 37
Octal 320 106 262 0 102 16 22 471 73 67
Binary 11010000 1000110 10110010 0 1000010 1110 10010 100111001 111011 110111

Color Harmonies of #D046B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046B2

Black with #D046B2

Text Example


Text Example

White with #D046B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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