Html Css Color HEX #D545B6 Fuchsia

📋 copy color: '#D545B6'

red 213 ◦ green 69 ◦ blue 182

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

Shades of Fuchsia #D545B6

Tints of Fuchsia #D545B6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.87%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 45.91%
G = 14.87%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D545B6 (or 0xD545B6) is known color: Fuchsia. HEX triplet: D5, 45 and B6. RGB value is (213,69,182). Sum of RGB (Red+Green+Blue) = 213+69+182=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D545B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545B6 is #2ABA49. Grayscale: #7C7C7C. Windows color (decimal): -2800202 or 11945429. OLE color: 11945429.

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

Color convert

RGB 213 69 182 -
CMYK 0 0.68 0.15 0.16
HSL 312.92º 0.63% 0.55% -
HSV(B) 312.92º 0.68% 0.84% -
XYZ 38.01 21.78 46.46 -
YUV 124.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 213 69 182 0 0.68 0.15 0.16 312.92 0.63 0.55
Hex D5 45 B6 0 44 F 10 139 3F 37
Octal 325 105 266 0 104 17 20 471 77 67
Binary 11010101 1000101 10110110 0 1000100 1111 10000 100111001 111111 110111

Color Harmonies of #D545B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545B6

Black with #D545B6

Text Example


Text Example

White with #D545B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545B6; }

 p { color: rgb(213,69,182); }

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

background-color css

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

 a { background-color: rgb(213,69,182); }

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

border-color css

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

 span { border-color: rgb(213,69,182); }

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