Html Css Color HEX #D044B5 Fuchsia

📋 copy color: '#D044B5'

red 208 ◦ green 68 ◦ blue 181

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

Shades of Fuchsia #D044B5

Tints of Fuchsia #D044B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 45.51%
G = 14.88%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D044B5 (or 0xD044B5) is known color: Fuchsia. HEX triplet: D0, 44 and B5. RGB value is (208,68,181). Sum of RGB (Red+Green+Blue) = 208+68+181=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D044B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044B5 is #2FBB4A. Grayscale: #7A7A7A. Windows color (decimal): -3128139 or 11879632. OLE color: 11879632.

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

Color convert

RGB 208 68 181 -
CMYK 0 0.67 0.13 0.18
HSL 311.57º 0.6% 0.54% -
HSV(B) 311.57º 0.67% 0.82% -
XYZ 36.42 20.88 45.83 -
YUV 122.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 208 68 181 0 0.67 0.13 0.18 311.57 0.6 0.54
Hex D0 44 B5 0 43 D 12 138 3C 36
Octal 320 104 265 0 103 15 22 470 74 66
Binary 11010000 1000100 10110101 0 1000011 1101 10010 100111000 111100 110110

Color Harmonies of #D044B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044B5

Black with #D044B5

Text Example


Text Example

White with #D044B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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