Html Css Color HEX #D564B9 Fuchsia

📋 copy color: '#D564B9'

red 213 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #D564B9

Tints of Fuchsia #D564B9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.08%

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

R = 42.77%
G = 20.08%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D564B9 (or 0xD564B9) is known color: Fuchsia. HEX triplet: D5, 64 and B9. RGB value is (213,100,185). Sum of RGB (Red+Green+Blue) = 213+100+185=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D564B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564B9 is #2A9B46. Grayscale: #8F8F8F. Windows color (decimal): -2792263 or 12149973. OLE color: 12149973.

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

Color convert

RGB 213 100 185 -
CMYK 0 0.53 0.13 0.16
HSL 314.87º 0.57% 0.61% -
HSV(B) 314.87º 0.53% 0.84% -
XYZ 40.75 26.76 48.92 -
YUV 143.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 213 100 185 0 0.53 0.13 0.16 314.87 0.57 0.61
Hex D5 64 B9 0 35 D 10 13B 39 3D
Octal 325 144 271 0 65 15 20 473 71 75
Binary 11010101 1100100 10111001 0 110101 1101 10000 100111011 111001 111101

Color Harmonies of #D564B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564B9

Black with #D564B9

Text Example


Text Example

White with #D564B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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