Html Css Color HEX #D548C6 Fuchsia

📋 copy color: '#D548C6'

red 213 ◦ green 72 ◦ blue 198

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

Shades of Fuchsia #D548C6

Tints of Fuchsia #D548C6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.91%

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 44.1%
G = 14.91%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D548C6 (or 0xD548C6) is known color: Fuchsia. HEX triplet: D5, 48 and C6. RGB value is (213,72,198). Sum of RGB (Red+Green+Blue) = 213+72+198=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D548C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548C6 is #2AB739. Grayscale: #808080. Windows color (decimal): -2799418 or 12994773. OLE color: 12994773.

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

Color convert

RGB 213 72 198 -
CMYK 0 0.66 0.07 0.16
HSL 306.38º 0.63% 0.56% -
HSV(B) 306.38º 0.66% 0.84% -
XYZ 39.95 22.86 55.73 -
YUV 128.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 213 72 198 0 0.66 0.07 0.16 306.38 0.63 0.56
Hex D5 48 C6 0 42 7 10 132 3F 38
Octal 325 110 306 0 102 7 20 462 77 70
Binary 11010101 1001000 11000110 0 1000010 111 10000 100110010 111111 111000

Color Harmonies of #D548C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548C6

Black with #D548C6

Text Example


Text Example

White with #D548C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548C6; }

 p { color: rgb(213,72,198); }

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

background-color css

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

 a { background-color: rgb(213,72,198); }

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

border-color css

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

 span { border-color: rgb(213,72,198); }

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