Html Css Color HEX #D564B2 Fuchsia

📋 copy color: '#D564B2'

red 213 ◦ green 100 ◦ blue 178

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

Shades of Fuchsia #D564B2

Tints of Fuchsia #D564B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 43.38%
G = 20.37%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D564B2 (or 0xD564B2) is known color: Fuchsia. HEX triplet: D5, 64 and B2. RGB value is (213,100,178). Sum of RGB (Red+Green+Blue) = 213+100+178=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D564B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564B2 is #2A9B4D. Grayscale: #8E8E8E. Windows color (decimal): -2792270 or 11691221. OLE color: 11691221.

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

Color convert

RGB 213 100 178 -
CMYK 0 0.53 0.16 0.16
HSL 318.58º 0.57% 0.61% -
HSV(B) 318.58º 0.53% 0.84% -
XYZ 40.03 26.47 45.12 -
YUV 142.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 213 100 178 0 0.53 0.16 0.16 318.58 0.57 0.61
Hex D5 64 B2 0 35 10 10 13F 39 3D
Octal 325 144 262 0 65 20 20 477 71 75
Binary 11010101 1100100 10110010 0 110101 10000 10000 100111111 111001 111101

Color Harmonies of #D564B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564B2

Black with #D564B2

Text Example


Text Example

White with #D564B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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