Html Css Color HEX #D545C7 Fuchsia

📋 copy color: '#D545C7'

red 213 ◦ green 69 ◦ blue 199

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

Shades of Fuchsia #D545C7

Tints of Fuchsia #D545C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 44.28%
G = 14.35%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D545C7 (or 0xD545C7) is known color: Fuchsia. HEX triplet: D5, 45 and C7. RGB value is (213,69,199). Sum of RGB (Red+Green+Blue) = 213+69+199=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D545C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545C7 is #2ABA38. Grayscale: #7E7E7E. Windows color (decimal): -2800185 or 13059541. OLE color: 13059541.

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

Color convert

RGB 213 69 199 -
CMYK 0 0.68 0.07 0.16
HSL 305.83º 0.63% 0.55% -
HSV(B) 305.83º 0.68% 0.84% -
XYZ 39.88 22.53 56.28 -
YUV 126.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 213 69 199 0 0.68 0.07 0.16 305.83 0.63 0.55
Hex D5 45 C7 0 44 7 10 132 3F 37
Octal 325 105 307 0 104 7 20 462 77 67
Binary 11010101 1000101 11000111 0 1000100 111 10000 100110010 111111 110111

Color Harmonies of #D545C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545C7

Black with #D545C7

Text Example


Text Example

White with #D545C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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