Html Css Color HEX #D560B9 Fuchsia

📋 copy color: '#D560B9'

red 213 ◦ green 96 ◦ blue 185

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

Shades of Fuchsia #D560B9

Tints of Fuchsia #D560B9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.43%

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 43.12%
G = 19.43%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D560B9 (or 0xD560B9) is known color: Fuchsia. HEX triplet: D5, 60 and B9. RGB value is (213,96,185). Sum of RGB (Red+Green+Blue) = 213+96+185=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D560B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D560B9 is #2A9F46. Grayscale: #8C8C8C. Windows color (decimal): -2793287 or 12148949. OLE color: 12148949.

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

Color convert

RGB 213 96 185 -
CMYK 0 0.55 0.13 0.16
HSL 314.36º 0.58% 0.61% -
HSV(B) 314.36º 0.55% 0.84% -
XYZ 40.38 26.01 48.79 -
YUV 141.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 213 96 185 0 0.55 0.13 0.16 314.36 0.58 0.61
Hex D5 60 B9 0 37 D 10 13A 3A 3D
Octal 325 140 271 0 67 15 20 472 72 75
Binary 11010101 1100000 10111001 0 110111 1101 10000 100111010 111010 111101

Color Harmonies of #D560B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D560B9

Black with #D560B9

Text Example


Text Example

White with #D560B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D560B9; }

 p { color: rgb(213,96,185); }

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

background-color css

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

 a { background-color: rgb(213,96,185); }

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

border-color css

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

 span { border-color: rgb(213,96,185); }

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