Html Css Color HEX #D548B9 Fuchsia

📋 copy color: '#D548B9'

red 213 ◦ green 72 ◦ blue 185

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

Shades of Fuchsia #D548B9

Tints of Fuchsia #D548B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 45.32%
G = 15.32%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D548B9 (or 0xD548B9) is known color: Fuchsia. HEX triplet: D5, 48 and B9. RGB value is (213,72,185). Sum of RGB (Red+Green+Blue) = 213+72+185=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D548B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548B9 is #2AB746. Grayscale: #7E7E7E. Windows color (decimal): -2799431 or 12142805. OLE color: 12142805.

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

Color convert

RGB 213 72 185 -
CMYK 0 0.66 0.13 0.16
HSL 311.91º 0.63% 0.56% -
HSV(B) 311.91º 0.66% 0.84% -
XYZ 38.51 22.28 48.17 -
YUV 127.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 213 72 185 0 0.66 0.13 0.16 311.91 0.63 0.56
Hex D5 48 B9 0 42 D 10 138 3F 38
Octal 325 110 271 0 102 15 20 470 77 70
Binary 11010101 1001000 10111001 0 1000010 1101 10000 100111000 111111 111000

Color Harmonies of #D548B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548B9

Black with #D548B9

Text Example


Text Example

White with #D548B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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