Html Css Color HEX #D564B5 Fuchsia

📋 copy color: '#D564B5'

red 213 ◦ green 100 ◦ blue 181

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

Shades of Fuchsia #D564B5

Tints of Fuchsia #D564B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 43.12%
G = 20.24%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D564B5 (or 0xD564B5) is known color: Fuchsia. HEX triplet: D5, 64 and B5. RGB value is (213,100,181). Sum of RGB (Red+Green+Blue) = 213+100+181=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D564B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564B5 is #2A9B4A. Grayscale: #8E8E8E. Windows color (decimal): -2792267 or 11887829. OLE color: 11887829.

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

Color convert

RGB 213 100 181 -
CMYK 0 0.53 0.15 0.16
HSL 316.99º 0.57% 0.61% -
HSV(B) 316.99º 0.53% 0.84% -
XYZ 40.34 26.6 46.72 -
YUV 143.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 213 100 181 0 0.53 0.15 0.16 316.99 0.57 0.61
Hex D5 64 B5 0 35 F 10 13D 39 3D
Octal 325 144 265 0 65 17 20 475 71 75
Binary 11010101 1100100 10110101 0 110101 1111 10000 100111101 111001 111101

Color Harmonies of #D564B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564B5

Black with #D564B5

Text Example


Text Example

White with #D564B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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