Html Css Color HEX #D037BC Fuchsia

📋 copy color: '#D037BC'

red 208 ◦ green 55 ◦ blue 188

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

Shades of Fuchsia #D037BC

Tints of Fuchsia #D037BC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.2%

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

R = 46.12%
G = 12.2%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D037BC (or 0xD037BC) is known color: Fuchsia. HEX triplet: D0, 37 and BC. RGB value is (208,55,188). Sum of RGB (Red+Green+Blue) = 208+55+188=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D037BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037BC is #2FC843. Grayscale: #737373. Windows color (decimal): -3131460 or 12335056. OLE color: 12335056.

HSL color Cylindrical-coordinate representation of color #D037BC: hue angle of 307.84º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037BC is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 188 -
CMYK 0 0.74 0.10 0.18
HSL 307.84º 0.62% 0.52% -
HSV(B) 307.84º 0.74% 0.82% -
XYZ 36.46 19.77 49.47 -
YUV 115.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 208 55 188 0 0.74 0.10 0.18 307.84 0.62 0.52
Hex D0 37 BC 0 4A A 12 134 3E 34
Octal 320 67 274 0 112 12 22 464 76 64
Binary 11010000 110111 10111100 0 1001010 1010 10010 100110100 111110 110100

Color Harmonies of #D037BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037BC

Black with #D037BC

Text Example


Text Example

White with #D037BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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