Html Css Color HEX #D047C2 Fuchsia

📋 copy color: '#D047C2'

red 208 ◦ green 71 ◦ blue 194

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

Shades of Fuchsia #D047C2

Tints of Fuchsia #D047C2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 43.97%
G = 15.01%
B = 41.01%

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

#D047C2 (or 0xD047C2) is known color: Fuchsia. HEX triplet: D0, 47 and C2. RGB value is (208,71,194). Sum of RGB (Red+Green+Blue) = 208+71+194=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D047C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047C2 is #2FB83D. Grayscale: #7D7D7D. Windows color (decimal): -3127358 or 12732368. OLE color: 12732368.

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

Color convert

RGB 208 71 194 -
CMYK 0 0.66 0.07 0.18
HSL 306.13º 0.59% 0.55% -
HSV(B) 306.13º 0.66% 0.82% -
XYZ 38 21.81 53.25 -
YUV 125.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 208 71 194 0 0.66 0.07 0.18 306.13 0.59 0.55
Hex D0 47 C2 0 42 7 12 132 3B 37
Octal 320 107 302 0 102 7 22 462 73 67
Binary 11010000 1000111 11000010 0 1000010 111 10010 100110010 111011 110111

Color Harmonies of #D047C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047C2

Black with #D047C2

Text Example


Text Example

White with #D047C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047C2; }

 p { color: rgb(208,71,194); }

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

background-color css

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

 a { background-color: rgb(208,71,194); }

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

border-color css

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

 span { border-color: rgb(208,71,194); }

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