Html Css Color HEX #D044B9 Fuchsia

📋 copy color: '#D044B9'

red 208 ◦ green 68 ◦ blue 185

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

Shades of Fuchsia #D044B9

Tints of Fuchsia #D044B9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.75%

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

R = 45.12%
G = 14.75%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D044B9 (or 0xD044B9) is known color: Fuchsia. HEX triplet: D0, 44 and B9. RGB value is (208,68,185). Sum of RGB (Red+Green+Blue) = 208+68+185=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D044B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044B9 is #2FBB46. Grayscale: #7A7A7A. Windows color (decimal): -3128135 or 12141776. OLE color: 12141776.

HSL color Cylindrical-coordinate representation of color #D044B9: hue angle of 309.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044B9 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 185 -
CMYK 0 0.67 0.11 0.18
HSL 309.86º 0.6% 0.54% -
HSV(B) 309.86º 0.67% 0.82% -
XYZ 36.84 21.05 48.02 -
YUV 123.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 208 68 185 0 0.67 0.11 0.18 309.86 0.6 0.54
Hex D0 44 B9 0 43 B 12 136 3C 36
Octal 320 104 271 0 103 13 22 466 74 66
Binary 11010000 1000100 10111001 0 1000011 1011 10010 100110110 111100 110110

Color Harmonies of #D044B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044B9

Black with #D044B9

Text Example


Text Example

White with #D044B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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