Html Css Color HEX #D544B7 Fuchsia

📋 copy color: '#D544B7'

red 213 ◦ green 68 ◦ blue 183

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

Shades of Fuchsia #D544B7

Tints of Fuchsia #D544B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 45.91%
G = 14.66%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D544B7 (or 0xD544B7) is known color: Fuchsia. HEX triplet: D5, 44 and B7. RGB value is (213,68,183). Sum of RGB (Red+Green+Blue) = 213+68+183=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D544B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D544B7 is #2ABB48. Grayscale: #7C7C7C. Windows color (decimal): -2800457 or 12010709. OLE color: 12010709.

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

Color convert

RGB 213 68 183 -
CMYK 0 0.68 0.14 0.16
HSL 312.41º 0.63% 0.55% -
HSV(B) 312.41º 0.68% 0.84% -
XYZ 38.05 21.7 46.98 -
YUV 124.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 213 68 183 0 0.68 0.14 0.16 312.41 0.63 0.55
Hex D5 44 B7 0 44 E 10 138 3F 37
Octal 325 104 267 0 104 16 20 470 77 67
Binary 11010101 1000100 10110111 0 1000100 1110 10000 100111000 111111 110111

Color Harmonies of #D544B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D544B7

Black with #D544B7

Text Example


Text Example

White with #D544B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D544B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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