Html Css Color HEX #D547B7 Fuchsia

📋 copy color: '#D547B7'

red 213 ◦ green 71 ◦ blue 183

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

Shades of Fuchsia #D547B7

Tints of Fuchsia #D547B7

RGB

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

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

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

R = 45.61%
G = 15.2%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D547B7 (or 0xD547B7) is known color: Fuchsia. HEX triplet: D5, 47 and B7. RGB value is (213,71,183). Sum of RGB (Red+Green+Blue) = 213+71+183=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D547B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547B7 is #2AB848. Grayscale: #7D7D7D. Windows color (decimal): -2799689 or 12011477. OLE color: 12011477.

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

Color convert

RGB 213 71 183 -
CMYK 0 0.67 0.14 0.16
HSL 312.68º 0.63% 0.56% -
HSV(B) 312.68º 0.67% 0.84% -
XYZ 38.24 22.07 47.04 -
YUV 126.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 213 71 183 0 0.67 0.14 0.16 312.68 0.63 0.56
Hex D5 47 B7 0 43 E 10 139 3F 38
Octal 325 107 267 0 103 16 20 471 77 70
Binary 11010101 1000111 10110111 0 1000011 1110 10000 100111001 111111 111000

Color Harmonies of #D547B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547B7

Black with #D547B7

Text Example


Text Example

White with #D547B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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