Html Css Color HEX #D547B0 Fuchsia

📋 copy color: '#D547B0'

red 213 ◦ green 71 ◦ blue 176

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

Shades of Fuchsia #D547B0

Tints of Fuchsia #D547B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 46.3%
G = 15.43%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D547B0 (or 0xD547B0) is known color: Fuchsia. HEX triplet: D5, 47 and B0. RGB value is (213,71,176). Sum of RGB (Red+Green+Blue) = 213+71+176=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D547B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D547B0 is #2AB84F. Grayscale: #7D7D7D. Windows color (decimal): -2799696 or 11552725. OLE color: 11552725.

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

Color convert

RGB 213 71 176 -
CMYK 0 0.67 0.17 0.16
HSL 315.63º 0.63% 0.56% -
HSV(B) 315.63º 0.67% 0.84% -
XYZ 37.53 21.79 43.3 -
YUV 125.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 213 71 176 0 0.67 0.17 0.16 315.63 0.63 0.56
Hex D5 47 B0 0 43 11 10 13C 3F 38
Octal 325 107 260 0 103 21 20 474 77 70
Binary 11010101 1000111 10110000 0 1000011 10001 10000 100111100 111111 111000

Color Harmonies of #D547B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547B0

Black with #D547B0

Text Example


Text Example

White with #D547B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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