Html Css Color HEX #D549B7 Fuchsia

📋 copy color: '#D549B7'

red 213 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #D549B7

Tints of Fuchsia #D549B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.02%

R = 45.42%
G = 15.57%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D549B7 (or 0xD549B7) is known color: Fuchsia. HEX triplet: D5, 49 and B7. RGB value is (213,73,183). Sum of RGB (Red+Green+Blue) = 213+73+183=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D549B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549B7 is #2AB648. Grayscale: #7F7F7F. Windows color (decimal): -2799177 or 12011989. OLE color: 12011989.

HSL color Cylindrical-coordinate representation of color #D549B7: hue angle of 312.86º 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 #D549B7 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 183 -
CMYK 0 0.66 0.14 0.16
HSL 312.86º 0.63% 0.56% -
HSV(B) 312.86º 0.66% 0.84% -
XYZ 38.37 22.33 47.09 -
YUV 127.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 213 73 183 0 0.66 0.14 0.16 312.86 0.63 0.56
Hex D5 49 B7 0 42 E 10 139 3E 38
Octal 325 111 267 0 102 16 20 471 76 70
Binary 11010101 1001001 10110111 0 1000010 1110 10000 100111001 111110 111000

Color Harmonies of #D549B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549B7

Black with #D549B7

Text Example


Text Example

White with #D549B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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