Html Css Color HEX #D044B0 Fuchsia

📋 copy color: '#D044B0'

red 208 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #D044B0

Tints of Fuchsia #D044B0

RGB

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

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

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

R = 46.02%
G = 15.04%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D044B0 (or 0xD044B0) is known color: Fuchsia. HEX triplet: D0, 44 and B0. RGB value is (208,68,176). Sum of RGB (Red+Green+Blue) = 208+68+176=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D044B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044B0 is #2FBB4F. Grayscale: #797979. Windows color (decimal): -3128144 or 11551952. OLE color: 11551952.

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

Color convert

RGB 208 68 176 -
CMYK 0 0.67 0.15 0.18
HSL 313.71º 0.6% 0.54% -
HSV(B) 313.71º 0.67% 0.82% -
XYZ 35.92 20.68 43.17 -
YUV 122.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 208 68 176 0 0.67 0.15 0.18 313.71 0.6 0.54
Hex D0 44 B0 0 43 F 12 13A 3C 36
Octal 320 104 260 0 103 17 22 472 74 66
Binary 11010000 1000100 10110000 0 1000011 1111 10010 100111010 111100 110110

Color Harmonies of #D044B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044B0

Black with #D044B0

Text Example


Text Example

White with #D044B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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