Html Css Color HEX #D548BA Fuchsia

📋 copy color: '#D548BA'

red 213 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #D548BA

Tints of Fuchsia #D548BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 45.22%
G = 15.29%
B = 39.49%

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

#D548BA (or 0xD548BA) is known color: Fuchsia. HEX triplet: D5, 48 and BA. RGB value is (213,72,186). Sum of RGB (Red+Green+Blue) = 213+72+186=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D548BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548BA is #2AB745. Grayscale: #7E7E7E. Windows color (decimal): -2799430 or 12208341. OLE color: 12208341.

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

Color convert

RGB 213 72 186 -
CMYK 0 0.66 0.13 0.16
HSL 311.49º 0.63% 0.56% -
HSV(B) 311.49º 0.66% 0.84% -
XYZ 38.62 22.33 48.73 -
YUV 127.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 213 72 186 0 0.66 0.13 0.16 311.49 0.63 0.56
Hex D5 48 BA 0 42 D 10 137 3F 38
Octal 325 110 272 0 102 15 20 467 77 70
Binary 11010101 1001000 10111010 0 1000010 1101 10000 100110111 111111 111000

Color Harmonies of #D548BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548BA

Black with #D548BA

Text Example


Text Example

White with #D548BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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