Html Css Color HEX #D047BB Fuchsia

📋 copy color: '#D047BB'

red 208 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #D047BB

Tints of Fuchsia #D047BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 44.64%
G = 15.24%
B = 40.13%

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

#D047BB (or 0xD047BB) is known color: Fuchsia. HEX triplet: D0, 47 and BB. RGB value is (208,71,187). Sum of RGB (Red+Green+Blue) = 208+71+187=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D047BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047BB is #2FB844. Grayscale: #7C7C7C. Windows color (decimal): -3127365 or 12273616. OLE color: 12273616.

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

Color convert

RGB 208 71 187 -
CMYK 0 0.66 0.10 0.18
HSL 309.2º 0.59% 0.55% -
HSV(B) 309.2º 0.66% 0.82% -
XYZ 37.24 21.5 49.2 -
YUV 125.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 208 71 187 0 0.66 0.10 0.18 309.2 0.59 0.55
Hex D0 47 BB 0 42 A 12 135 3B 37
Octal 320 107 273 0 102 12 22 465 73 67
Binary 11010000 1000111 10111011 0 1000010 1010 10010 100110101 111011 110111

Color Harmonies of #D047BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047BB

Black with #D047BB

Text Example


Text Example

White with #D047BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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