Html Css Color HEX #D561B8 Fuchsia

📋 copy color: '#D561B8'

red 213 ◦ green 97 ◦ blue 184

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

Shades of Fuchsia #D561B8

Tints of Fuchsia #D561B8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

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

R = 43.12%
G = 19.64%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D561B8 (or 0xD561B8) is known color: Fuchsia. HEX triplet: D5, 61 and B8. RGB value is (213,97,184). Sum of RGB (Red+Green+Blue) = 213+97+184=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D561B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561B8 is #2A9E47. Grayscale: #8D8D8D. Windows color (decimal): -2793032 or 12083669. OLE color: 12083669.

HSL color Cylindrical-coordinate representation of color #D561B8: hue angle of 315º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561B8 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 97 184 -
CMYK 0 0.54 0.14 0.16
HSL 315º 0.58% 0.61% -
HSV(B) 315º 0.54% 0.84% -
XYZ 40.37 26.16 48.27 -
YUV 141.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 213 97 184 0 0.54 0.14 0.16 315 0.58 0.61
Hex D5 61 B8 0 36 E 10 13B 3A 3D
Octal 325 141 270 0 66 16 20 473 72 75
Binary 11010101 1100001 10111000 0 110110 1110 10000 100111011 111010 111101

Color Harmonies of #D561B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561B8

Black with #D561B8

Text Example


Text Example

White with #D561B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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