Html Css Color HEX #D545C9 Fuchsia

📋 copy color: '#D545C9'

red 213 ◦ green 69 ◦ blue 201

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

Shades of Fuchsia #D545C9

Tints of Fuchsia #D545C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.61%

R = 44.1%
G = 14.29%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D545C9 (or 0xD545C9) is known color: Fuchsia. HEX triplet: D5, 45 and C9. RGB value is (213,69,201). Sum of RGB (Red+Green+Blue) = 213+69+201=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D545C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545C9 is #2ABA36. Grayscale: #7E7E7E. Windows color (decimal): -2800183 or 13190613. OLE color: 13190613.

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

Color convert

RGB 213 69 201 -
CMYK 0 0.68 0.06 0.16
HSL 305º 0.63% 0.55% -
HSV(B) 305º 0.68% 0.84% -
XYZ 40.11 22.62 57.51 -
YUV 127.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 213 69 201 0 0.68 0.06 0.16 305 0.63 0.55
Hex D5 45 C9 0 44 6 10 131 3F 37
Octal 325 105 311 0 104 6 20 461 77 67
Binary 11010101 1000101 11001001 0 1000100 110 10000 100110001 111111 110111

Color Harmonies of #D545C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545C9

Black with #D545C9

Text Example


Text Example

White with #D545C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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