Html Css Color HEX #D037B0 Fuchsia

📋 copy color: '#D037B0'

red 208 ◦ green 55 ◦ blue 176

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

Shades of Fuchsia #D037B0

Tints of Fuchsia #D037B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 47.38%
G = 12.53%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D037B0 (or 0xD037B0) is known color: Fuchsia. HEX triplet: D0, 37 and B0. RGB value is (208,55,176). Sum of RGB (Red+Green+Blue) = 208+55+176=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D037B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D037B0 is #2FC84F. Grayscale: #727272. Windows color (decimal): -3131472 or 11548624. OLE color: 11548624.

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

Color convert

RGB 208 55 176 -
CMYK 0 0.74 0.15 0.18
HSL 312.55º 0.62% 0.52% -
HSV(B) 312.55º 0.74% 0.82% -
XYZ 35.22 19.28 42.94 -
YUV 114.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 208 55 176 0 0.74 0.15 0.18 312.55 0.62 0.52
Hex D0 37 B0 0 4A F 12 139 3E 34
Octal 320 67 260 0 112 17 22 471 76 64
Binary 11010000 110111 10110000 0 1001010 1111 10010 100111001 111110 110100

Color Harmonies of #D037B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037B0

Black with #D037B0

Text Example


Text Example

White with #D037B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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