Html Css Color HEX #D564B3 Fuchsia

📋 copy color: '#D564B3'

red 213 ◦ green 100 ◦ blue 179

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

Shades of Fuchsia #D564B3

Tints of Fuchsia #D564B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 43.29%
G = 20.33%
B = 36.38%

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

#D564B3 (or 0xD564B3) is known color: Fuchsia. HEX triplet: D5, 64 and B3. RGB value is (213,100,179). Sum of RGB (Red+Green+Blue) = 213+100+179=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D564B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564B3 is #2A9B4C. Grayscale: #8E8E8E. Windows color (decimal): -2792269 or 11756757. OLE color: 11756757.

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

Color convert

RGB 213 100 179 -
CMYK 0 0.53 0.16 0.16
HSL 318.05º 0.57% 0.61% -
HSV(B) 318.05º 0.53% 0.84% -
XYZ 40.13 26.52 45.65 -
YUV 142.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 213 100 179 0 0.53 0.16 0.16 318.05 0.57 0.61
Hex D5 64 B3 0 35 10 10 13E 39 3D
Octal 325 144 263 0 65 20 20 476 71 75
Binary 11010101 1100100 10110011 0 110101 10000 10000 100111110 111001 111101

Color Harmonies of #D564B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564B3

Black with #D564B3

Text Example


Text Example

White with #D564B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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