Html Css Color HEX #D549B2 Fuchsia

📋 copy color: '#D549B2'

red 213 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #D549B2

Tints of Fuchsia #D549B2

RGB

 RED value IS 213 (83.59% from 255) = 45.91%

 GREEN value IS 73 (28.91% from 255) = 15.73%

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

R = 45.91%
G = 15.73%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D549B2 (or 0xD549B2) is known color: Fuchsia. HEX triplet: D5, 49 and B2. RGB value is (213,73,178). Sum of RGB (Red+Green+Blue) = 213+73+178=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D549B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D549B2 is #2AB64D. Grayscale: #7E7E7E. Windows color (decimal): -2799182 or 11684309. OLE color: 11684309.

HSL color Cylindrical-coordinate representation of color #D549B2: hue angle of 315º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549B2 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 178 -
CMYK 0 0.66 0.16 0.16
HSL 315º 0.63% 0.56% -
HSV(B) 315º 0.66% 0.84% -
XYZ 37.86 22.13 44.39 -
YUV 126.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 213 73 178 0 0.66 0.16 0.16 315 0.63 0.56
Hex D5 49 B2 0 42 10 10 13B 3E 38
Octal 325 111 262 0 102 20 20 473 76 70
Binary 11010101 1001001 10110010 0 1000010 10000 10000 100111011 111110 111000

Color Harmonies of #D549B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549B2

Black with #D549B2

Text Example


Text Example

White with #D549B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549B2; }

 p { color: rgb(213,73,178); }

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

background-color css

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

 a { background-color: rgb(213,73,178); }

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

border-color css

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

 span { border-color: rgb(213,73,178); }

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