Html Css Color HEX #D547B8 Fuchsia

📋 copy color: '#D547B8'

red 213 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #D547B8

Tints of Fuchsia #D547B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 45.51%
G = 15.17%
B = 39.32%

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

#D547B8 (or 0xD547B8) is known color: Fuchsia. HEX triplet: D5, 47 and B8. RGB value is (213,71,184). Sum of RGB (Red+Green+Blue) = 213+71+184=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D547B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547B8 is #2AB847. Grayscale: #7E7E7E. Windows color (decimal): -2799688 or 12077013. OLE color: 12077013.

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

Color convert

RGB 213 71 184 -
CMYK 0 0.67 0.14 0.16
HSL 312.25º 0.63% 0.56% -
HSV(B) 312.25º 0.67% 0.84% -
XYZ 38.35 22.11 47.59 -
YUV 126.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 213 71 184 0 0.67 0.14 0.16 312.25 0.63 0.56
Hex D5 47 B8 0 43 E 10 138 3F 38
Octal 325 107 270 0 103 16 20 470 77 70
Binary 11010101 1000111 10111000 0 1000011 1110 10000 100111000 111111 111000

Color Harmonies of #D547B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547B8

Black with #D547B8

Text Example


Text Example

White with #D547B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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