Html Css Color HEX #D547C7 Fuchsia

📋 copy color: '#D547C7'

red 213 ◦ green 71 ◦ blue 199

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

Shades of Fuchsia #D547C7

Tints of Fuchsia #D547C7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.7%

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

R = 44.1%
G = 14.7%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D547C7 (or 0xD547C7) is known color: Fuchsia. HEX triplet: D5, 47 and C7. RGB value is (213,71,199). Sum of RGB (Red+Green+Blue) = 213+71+199=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D547C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547C7 is #2AB838. Grayscale: #7F7F7F. Windows color (decimal): -2799673 or 13060053. OLE color: 13060053.

HSL color Cylindrical-coordinate representation of color #D547C7: hue angle of 305.92º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547C7 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 199 -
CMYK 0 0.67 0.07 0.16
HSL 305.92º 0.63% 0.56% -
HSV(B) 305.92º 0.67% 0.84% -
XYZ 40 22.78 56.32 -
YUV 128.05 168.04 188.59 -
System Red Green Blue C M Y K H S L
Decimal 213 71 199 0 0.67 0.07 0.16 305.92 0.63 0.56
Hex D5 47 C7 0 43 7 10 132 3F 38
Octal 325 107 307 0 103 7 20 462 77 70
Binary 11010101 1000111 11000111 0 1000011 111 10000 100110010 111111 111000

Color Harmonies of #D547C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547C7

Black with #D547C7

Text Example


Text Example

White with #D547C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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