Html Css Color HEX #D046C3 Fuchsia

📋 copy color: '#D046C3'

red 208 ◦ green 70 ◦ blue 195

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

Shades of Fuchsia #D046C3

Tints of Fuchsia #D046C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 43.97%
G = 14.8%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D046C3 (or 0xD046C3) is known color: Fuchsia. HEX triplet: D0, 46 and C3. RGB value is (208,70,195). Sum of RGB (Red+Green+Blue) = 208+70+195=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D046C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046C3 is #2FB93C. Grayscale: #7D7D7D. Windows color (decimal): -3127613 or 12797648. OLE color: 12797648.

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

Color convert

RGB 208 70 195 -
CMYK 0 0.66 0.06 0.18
HSL 305.65º 0.59% 0.55% -
HSV(B) 305.65º 0.66% 0.82% -
XYZ 38.05 21.73 53.82 -
YUV 125.51 167.22 186.84 -
System Red Green Blue C M Y K H S L
Decimal 208 70 195 0 0.66 0.06 0.18 305.65 0.59 0.55
Hex D0 46 C3 0 42 6 12 132 3B 37
Octal 320 106 303 0 102 6 22 462 73 67
Binary 11010000 1000110 11000011 0 1000010 110 10010 100110010 111011 110111

Color Harmonies of #D046C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046C3

Black with #D046C3

Text Example


Text Example

White with #D046C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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