Html Css Color HEX #D561C0 Fuchsia

📋 copy color: '#D561C0'

red 213 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #D561C0

Tints of Fuchsia #D561C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.25%

R = 42.43%
G = 19.32%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D561C0 (or 0xD561C0) is known color: Fuchsia. HEX triplet: D5, 61 and C0. RGB value is (213,97,192). Sum of RGB (Red+Green+Blue) = 213+97+192=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D561C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561C0 is #2A9E3F. Grayscale: #8E8E8E. Windows color (decimal): -2793024 or 12607957. OLE color: 12607957.

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

Color convert

RGB 213 97 192 -
CMYK 0 0.54 0.10 0.16
HSL 310.86º 0.58% 0.61% -
HSV(B) 310.86º 0.54% 0.84% -
XYZ 41.23 26.5 52.81 -
YUV 142.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 213 97 192 0 0.54 0.10 0.16 310.86 0.58 0.61
Hex D5 61 C0 0 36 A 10 137 3A 3D
Octal 325 141 300 0 66 12 20 467 72 75
Binary 11010101 1100001 11000000 0 110110 1010 10000 100110111 111010 111101

Color Harmonies of #D561C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561C0

Black with #D561C0

Text Example


Text Example

White with #D561C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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