Html Css Color HEX #D047BC Fuchsia

📋 copy color: '#D047BC'

red 208 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #D047BC

Tints of Fuchsia #D047BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 44.54%
G = 15.2%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D047BC (or 0xD047BC) is known color: Fuchsia. HEX triplet: D0, 47 and BC. RGB value is (208,71,188). Sum of RGB (Red+Green+Blue) = 208+71+188=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D047BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047BC is #2FB843. Grayscale: #7C7C7C. Windows color (decimal): -3127364 or 12339152. OLE color: 12339152.

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

Color convert

RGB 208 71 188 -
CMYK 0 0.66 0.10 0.18
HSL 308.76º 0.59% 0.55% -
HSV(B) 308.76º 0.66% 0.82% -
XYZ 37.34 21.55 49.77 -
YUV 125.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 208 71 188 0 0.66 0.10 0.18 308.76 0.59 0.55
Hex D0 47 BC 0 42 A 12 135 3B 37
Octal 320 107 274 0 102 12 22 465 73 67
Binary 11010000 1000111 10111100 0 1000010 1010 10010 100110101 111011 110111

Color Harmonies of #D047BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047BC

Black with #D047BC

Text Example


Text Example

White with #D047BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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