Html Css Color HEX #D547BB Fuchsia

📋 copy color: '#D547BB'

red 213 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #D547BB

Tints of Fuchsia #D547BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 45.22%
G = 15.07%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D547BB (or 0xD547BB) is known color: Fuchsia. HEX triplet: D5, 47 and BB. RGB value is (213,71,187). Sum of RGB (Red+Green+Blue) = 213+71+187=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D547BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547BB is #2AB844. Grayscale: #7E7E7E. Windows color (decimal): -2799685 or 12273621. OLE color: 12273621.

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

Color convert

RGB 213 71 187 -
CMYK 0 0.67 0.12 0.16
HSL 310.99º 0.63% 0.56% -
HSV(B) 310.99º 0.67% 0.84% -
XYZ 38.66 22.24 49.27 -
YUV 126.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 213 71 187 0 0.67 0.12 0.16 310.99 0.63 0.56
Hex D5 47 BB 0 43 C 10 137 3F 38
Octal 325 107 273 0 103 14 20 467 77 70
Binary 11010101 1000111 10111011 0 1000011 1100 10000 100110111 111111 111000

Color Harmonies of #D547BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547BB

Black with #D547BB

Text Example


Text Example

White with #D547BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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