Html Css Color HEX #D544B2 Fuchsia

📋 copy color: '#D544B2'

red 213 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #D544B2

Tints of Fuchsia #D544B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

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

R = 46.41%
G = 14.81%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D544B2 (or 0xD544B2) is known color: Fuchsia. HEX triplet: D5, 44 and B2. RGB value is (213,68,178). Sum of RGB (Red+Green+Blue) = 213+68+178=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D544B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D544B2 is #2ABB4D. Grayscale: #7B7B7B. Windows color (decimal): -2800462 or 11683029. OLE color: 11683029.

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

Color convert

RGB 213 68 178 -
CMYK 0 0.68 0.16 0.16
HSL 314.48º 0.63% 0.55% -
HSV(B) 314.48º 0.68% 0.84% -
XYZ 37.54 21.49 44.29 -
YUV 123.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 213 68 178 0 0.68 0.16 0.16 314.48 0.63 0.55
Hex D5 44 B2 0 44 10 10 13A 3F 37
Octal 325 104 262 0 104 20 20 472 77 67
Binary 11010101 1000100 10110010 0 1000100 10000 10000 100111010 111111 110111

Color Harmonies of #D544B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D544B2

Black with #D544B2

Text Example


Text Example

White with #D544B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D544B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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