Html Css Color HEX #D548BB Fuchsia

📋 copy color: '#D548BB'

red 213 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #D548BB

Tints of Fuchsia #D548BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 45.13%
G = 15.25%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D548BB (or 0xD548BB) is known color: Fuchsia. HEX triplet: D5, 48 and BB. RGB value is (213,72,187). Sum of RGB (Red+Green+Blue) = 213+72+187=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D548BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548BB is #2AB744. Grayscale: #7E7E7E. Windows color (decimal): -2799429 or 12273877. OLE color: 12273877.

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

Color convert

RGB 213 72 187 -
CMYK 0 0.66 0.12 0.16
HSL 311.06º 0.63% 0.56% -
HSV(B) 311.06º 0.66% 0.84% -
XYZ 38.73 22.37 49.29 -
YUV 127.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 213 72 187 0 0.66 0.12 0.16 311.06 0.63 0.56
Hex D5 48 BB 0 42 C 10 137 3F 38
Octal 325 110 273 0 102 14 20 467 77 70
Binary 11010101 1001000 10111011 0 1000010 1100 10000 100110111 111111 111000

Color Harmonies of #D548BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548BB

Black with #D548BB

Text Example


Text Example

White with #D548BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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