Html Css Color HEX #D047C6 Fuchsia

📋 copy color: '#D047C6'

red 208 ◦ green 71 ◦ blue 198

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

Shades of Fuchsia #D047C6

Tints of Fuchsia #D047C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 43.61%
G = 14.88%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D047C6 (or 0xD047C6) is known color: Fuchsia. HEX triplet: D0, 47 and C6. RGB value is (208,71,198). Sum of RGB (Red+Green+Blue) = 208+71+198=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D047C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047C6 is #2FB839. Grayscale: #7E7E7E. Windows color (decimal): -3127354 or 12994512. OLE color: 12994512.

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

Color convert

RGB 208 71 198 -
CMYK 0 0.66 0.05 0.18
HSL 304.38º 0.59% 0.55% -
HSV(B) 304.38º 0.66% 0.82% -
XYZ 38.46 21.99 55.64 -
YUV 126.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 208 71 198 0 0.66 0.05 0.18 304.38 0.59 0.55
Hex D0 47 C6 0 42 5 12 130 3B 37
Octal 320 107 306 0 102 5 22 460 73 67
Binary 11010000 1000111 11000110 0 1000010 101 10010 100110000 111011 110111

Color Harmonies of #D047C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047C6

Black with #D047C6

Text Example


Text Example

White with #D047C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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