Html Css Color HEX #D044B2 Fuchsia

📋 copy color: '#D044B2'

red 208 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #D044B2

Tints of Fuchsia #D044B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.21%

R = 45.81%
G = 14.98%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D044B2 (or 0xD044B2) is known color: Fuchsia. HEX triplet: D0, 44 and B2. RGB value is (208,68,178). Sum of RGB (Red+Green+Blue) = 208+68+178=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D044B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044B2 is #2FBB4D. Grayscale: #7A7A7A. Windows color (decimal): -3128142 or 11683024. OLE color: 11683024.

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

Color convert

RGB 208 68 178 -
CMYK 0 0.67 0.14 0.18
HSL 312.86º 0.6% 0.54% -
HSV(B) 312.86º 0.67% 0.82% -
XYZ 36.12 20.76 44.22 -
YUV 122.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 208 68 178 0 0.67 0.14 0.18 312.86 0.6 0.54
Hex D0 44 B2 0 43 E 12 139 3C 36
Octal 320 104 262 0 103 16 22 471 74 66
Binary 11010000 1000100 10110010 0 1000011 1110 10010 100111001 111100 110110

Color Harmonies of #D044B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044B2

Black with #D044B2

Text Example


Text Example

White with #D044B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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