Html Css Color HEX #D545B2 Fuchsia

📋 copy color: '#D545B2'

red 213 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #D545B2

Tints of Fuchsia #D545B2

RGB

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

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

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

R = 46.3%
G = 15%
B = 38.7%

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

#D545B2 (or 0xD545B2) is known color: Fuchsia. HEX triplet: D5, 45 and B2. RGB value is (213,69,178). Sum of RGB (Red+Green+Blue) = 213+69+178=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D545B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545B2 is #2ABA4D. Grayscale: #7C7C7C. Windows color (decimal): -2800206 or 11683285. OLE color: 11683285.

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

Color convert

RGB 213 69 178 -
CMYK 0 0.68 0.16 0.16
HSL 314.58º 0.63% 0.55% -
HSV(B) 314.58º 0.68% 0.84% -
XYZ 37.6 21.62 44.31 -
YUV 124.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 213 69 178 0 0.68 0.16 0.16 314.58 0.63 0.55
Hex D5 45 B2 0 44 10 10 13B 3F 37
Octal 325 105 262 0 104 20 20 473 77 67
Binary 11010101 1000101 10110010 0 1000100 10000 10000 100111011 111111 110111

Color Harmonies of #D545B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545B2

Black with #D545B2

Text Example


Text Example

White with #D545B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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