Html Css Color HEX #D547B2 Fuchsia

📋 copy color: '#D547B2'

red 213 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #D547B2

Tints of Fuchsia #D547B2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.37%

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

R = 46.1%
G = 15.37%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D547B2 (or 0xD547B2) is known color: Fuchsia. HEX triplet: D5, 47 and B2. RGB value is (213,71,178). Sum of RGB (Red+Green+Blue) = 213+71+178=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D547B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D547B2 is #2AB84D. Grayscale: #7D7D7D. Windows color (decimal): -2799694 or 11683797. OLE color: 11683797.

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

Color convert

RGB 213 71 178 -
CMYK 0 0.67 0.16 0.16
HSL 314.79º 0.63% 0.56% -
HSV(B) 314.79º 0.67% 0.84% -
XYZ 37.73 21.87 44.35 -
YUV 125.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 213 71 178 0 0.67 0.16 0.16 314.79 0.63 0.56
Hex D5 47 B2 0 43 10 10 13B 3F 38
Octal 325 107 262 0 103 20 20 473 77 70
Binary 11010101 1000111 10110010 0 1000011 10000 10000 100111011 111111 111000

Color Harmonies of #D547B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547B2

Black with #D547B2

Text Example


Text Example

White with #D547B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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