Html Css Color HEX #D047C3 Fuchsia

📋 copy color: '#D047C3'

red 208 ◦ green 71 ◦ blue 195

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

Shades of Fuchsia #D047C3

Tints of Fuchsia #D047C3

RGB

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

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

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

R = 43.88%
G = 14.98%
B = 41.14%

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

#D047C3 (or 0xD047C3) is known color: Fuchsia. HEX triplet: D0, 47 and C3. RGB value is (208,71,195). Sum of RGB (Red+Green+Blue) = 208+71+195=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D047C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047C3 is #2FB83C. Grayscale: #7D7D7D. Windows color (decimal): -3127357 or 12797904. OLE color: 12797904.

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

Color convert

RGB 208 71 195 -
CMYK 0 0.66 0.06 0.18
HSL 305.69º 0.59% 0.55% -
HSV(B) 305.69º 0.66% 0.82% -
XYZ 38.12 21.86 53.84 -
YUV 126.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 208 71 195 0 0.66 0.06 0.18 305.69 0.59 0.55
Hex D0 47 C3 0 42 6 12 132 3B 37
Octal 320 107 303 0 102 6 22 462 73 67
Binary 11010000 1000111 11000011 0 1000010 110 10010 100110010 111011 110111

Color Harmonies of #D047C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047C3

Black with #D047C3

Text Example


Text Example

White with #D047C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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