Html Css Color HEX #D56AB4 Fuchsia

📋 copy color: '#D56AB4'

red 213 ◦ green 106 ◦ blue 180

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

Shades of Fuchsia #D56AB4

Tints of Fuchsia #D56AB4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 42.69%
G = 21.24%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D56AB4 (or 0xD56AB4) is known color: Fuchsia. HEX triplet: D5, 6A and B4. RGB value is (213,106,180). Sum of RGB (Red+Green+Blue) = 213+106+180=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AB4 is #2A954B. Grayscale: #929292. Windows color (decimal): -2790732 or 11823829. OLE color: 11823829.

HSL color Cylindrical-coordinate representation of color #D56AB4: hue angle of 318.5º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56AB4 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 106 180 -
CMYK 0 0.50 0.15 0.16
HSL 318.5º 0.56% 0.63% -
HSV(B) 318.5º 0.5% 0.84% -
XYZ 40.83 27.75 46.38 -
YUV 146.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 213 106 180 0 0.50 0.15 0.16 318.5 0.56 0.63
Hex D5 6A B4 0 32 F 10 13F 38 3F
Octal 325 152 264 0 62 17 20 477 70 77
Binary 11010101 1101010 10110100 0 110010 1111 10000 100111111 111000 111111

Color Harmonies of #D56AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56AB4

Black with #D56AB4

Text Example


Text Example

White with #D56AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56AB4; }

 p { color: rgb(213,106,180); }

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

background-color css

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

 a { background-color: rgb(213,106,180); }

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

border-color css

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

 span { border-color: rgb(213,106,180); }

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