Html Css Color HEX #D545B9 Fuchsia

📋 copy color: '#D545B9'

red 213 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #D545B9

Tints of Fuchsia #D545B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 45.61%
G = 14.78%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D545B9 (or 0xD545B9) is known color: Fuchsia. HEX triplet: D5, 45 and B9. RGB value is (213,69,185). Sum of RGB (Red+Green+Blue) = 213+69+185=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D545B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545B9 is #2ABA46. Grayscale: #7C7C7C. Windows color (decimal): -2800199 or 12142037. OLE color: 12142037.

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

Color convert

RGB 213 69 185 -
CMYK 0 0.68 0.13 0.16
HSL 311.67º 0.63% 0.55% -
HSV(B) 311.67º 0.68% 0.84% -
XYZ 38.33 21.91 48.11 -
YUV 125.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 213 69 185 0 0.68 0.13 0.16 311.67 0.63 0.55
Hex D5 45 B9 0 44 D 10 138 3F 37
Octal 325 105 271 0 104 15 20 470 77 67
Binary 11010101 1000101 10111001 0 1000100 1101 10000 100111000 111111 110111

Color Harmonies of #D545B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545B9

Black with #D545B9

Text Example


Text Example

White with #D545B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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