Html Css Color HEX #D037B9 Fuchsia

📋 copy color: '#D037B9'

red 208 ◦ green 55 ◦ blue 185

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

Shades of Fuchsia #D037B9

Tints of Fuchsia #D037B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 46.43%
G = 12.28%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D037B9 (or 0xD037B9) is known color: Fuchsia. HEX triplet: D0, 37 and B9. RGB value is (208,55,185). Sum of RGB (Red+Green+Blue) = 208+55+185=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D037B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037B9 is #2FC846. Grayscale: #737373. Windows color (decimal): -3131463 or 12138448. OLE color: 12138448.

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

Color convert

RGB 208 55 185 -
CMYK 0 0.74 0.11 0.18
HSL 309.02º 0.62% 0.52% -
HSV(B) 309.02º 0.74% 0.82% -
XYZ 36.14 19.65 47.79 -
YUV 115.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 208 55 185 0 0.74 0.11 0.18 309.02 0.62 0.52
Hex D0 37 B9 0 4A B 12 135 3E 34
Octal 320 67 271 0 112 13 22 465 76 64
Binary 11010000 110111 10111001 0 1001010 1011 10010 100110101 111110 110100

Color Harmonies of #D037B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037B9

Black with #D037B9

Text Example


Text Example

White with #D037B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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