Html Css Color HEX #D547C8 Fuchsia

📋 copy color: '#D547C8'

red 213 ◦ green 71 ◦ blue 200

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

Shades of Fuchsia #D547C8

Tints of Fuchsia #D547C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.32%

R = 44.01%
G = 14.67%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D547C8 (or 0xD547C8) is known color: Fuchsia. HEX triplet: D5, 47 and C8. RGB value is (213,71,200). Sum of RGB (Red+Green+Blue) = 213+71+200=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D547C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547C8 is #2AB837. Grayscale: #7F7F7F. Windows color (decimal): -2799672 or 13125589. OLE color: 13125589.

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

Color convert

RGB 213 71 200 -
CMYK 0 0.67 0.06 0.16
HSL 305.49º 0.63% 0.56% -
HSV(B) 305.49º 0.67% 0.84% -
XYZ 40.12 22.82 56.93 -
YUV 128.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 213 71 200 0 0.67 0.06 0.16 305.49 0.63 0.56
Hex D5 47 C8 0 43 6 10 131 3F 38
Octal 325 107 310 0 103 6 20 461 77 70
Binary 11010101 1000111 11001000 0 1000011 110 10000 100110001 111111 111000

Color Harmonies of #D547C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547C8

Black with #D547C8

Text Example


Text Example

White with #D547C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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