Html Css Color HEX #D048BB Fuchsia

📋 copy color: '#D048BB'

red 208 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #D048BB

Tints of Fuchsia #D048BB

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

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

R = 44.54%
G = 15.42%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D048BB (or 0xD048BB) is known color: Fuchsia. HEX triplet: D0, 48 and BB. RGB value is (208,72,187). Sum of RGB (Red+Green+Blue) = 208+72+187=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D048BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048BB is #2FB744. Grayscale: #7D7D7D. Windows color (decimal): -3127109 or 12273872. OLE color: 12273872.

HSL color Cylindrical-coordinate representation of color #D048BB: hue angle of 309.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D048BB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 187 -
CMYK 0 0.65 0.10 0.18
HSL 309.26º 0.59% 0.55% -
HSV(B) 309.26º 0.65% 0.82% -
XYZ 37.3 21.63 49.22 -
YUV 125.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 208 72 187 0 0.65 0.10 0.18 309.26 0.59 0.55
Hex D0 48 BB 0 41 A 12 135 3B 37
Octal 320 110 273 0 101 12 22 465 73 67
Binary 11010000 1001000 10111011 0 1000001 1010 10010 100110101 111011 110111

Color Harmonies of #D048BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048BB

Black with #D048BB

Text Example


Text Example

White with #D048BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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