Html Css Color HEX #D046C1 Fuchsia

📋 copy color: '#D046C1'

red 208 ◦ green 70 ◦ blue 193

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

Shades of Fuchsia #D046C1

Tints of Fuchsia #D046C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 44.16%
G = 14.86%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D046C1 (or 0xD046C1) is known color: Fuchsia. HEX triplet: D0, 46 and C1. RGB value is (208,70,193). Sum of RGB (Red+Green+Blue) = 208+70+193=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D046C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046C1 is #2FB93E. Grayscale: #7C7C7C. Windows color (decimal): -3127615 or 12666576. OLE color: 12666576.

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

Color convert

RGB 208 70 193 -
CMYK 0 0.66 0.07 0.18
HSL 306.52º 0.59% 0.55% -
HSV(B) 306.52º 0.66% 0.82% -
XYZ 37.83 21.64 52.64 -
YUV 125.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 208 70 193 0 0.66 0.07 0.18 306.52 0.59 0.55
Hex D0 46 C1 0 42 7 12 133 3B 37
Octal 320 106 301 0 102 7 22 463 73 67
Binary 11010000 1000110 11000001 0 1000010 111 10010 100110011 111011 110111

Color Harmonies of #D046C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046C1

Black with #D046C1

Text Example


Text Example

White with #D046C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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