Html Css Color HEX #D545B7 Fuchsia

📋 copy color: '#D545B7'

red 213 ◦ green 69 ◦ blue 183

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

Shades of Fuchsia #D545B7

Tints of Fuchsia #D545B7

RGB

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

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

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

R = 45.81%
G = 14.84%
B = 39.35%

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

#D545B7 (or 0xD545B7) is known color: Fuchsia. HEX triplet: D5, 45 and B7. RGB value is (213,69,183). Sum of RGB (Red+Green+Blue) = 213+69+183=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D545B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545B7 is #2ABA48. Grayscale: #7C7C7C. Windows color (decimal): -2800201 or 12010965. OLE color: 12010965.

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

Color convert

RGB 213 69 183 -
CMYK 0 0.68 0.14 0.16
HSL 312.5º 0.63% 0.55% -
HSV(B) 312.5º 0.68% 0.84% -
XYZ 38.12 21.82 47 -
YUV 125.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 213 69 183 0 0.68 0.14 0.16 312.5 0.63 0.55
Hex D5 45 B7 0 44 E 10 138 3F 37
Octal 325 105 267 0 104 16 20 470 77 67
Binary 11010101 1000101 10110111 0 1000100 1110 10000 100111000 111111 110111

Color Harmonies of #D545B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545B7

Black with #D545B7

Text Example


Text Example

White with #D545B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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