Html Css Color HEX #D048B0 Fuchsia

📋 copy color: '#D048B0'

red 208 ◦ green 72 ◦ blue 176

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

Shades of Fuchsia #D048B0

Tints of Fuchsia #D048B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 45.61%
G = 15.79%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D048B0 (or 0xD048B0) is known color: Fuchsia. HEX triplet: D0, 48 and B0. RGB value is (208,72,176). Sum of RGB (Red+Green+Blue) = 208+72+176=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D048B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048B0 is #2FB74F. Grayscale: #7C7C7C. Windows color (decimal): -3127120 or 11552976. OLE color: 11552976.

HSL color Cylindrical-coordinate representation of color #D048B0: hue angle of 314.12º 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 #D048B0 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 176 -
CMYK 0 0.65 0.15 0.18
HSL 314.12º 0.59% 0.55% -
HSV(B) 314.12º 0.65% 0.82% -
XYZ 36.17 21.18 43.26 -
YUV 124.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 208 72 176 0 0.65 0.15 0.18 314.12 0.59 0.55
Hex D0 48 B0 0 41 F 12 13A 3B 37
Octal 320 110 260 0 101 17 22 472 73 67
Binary 11010000 1001000 10110000 0 1000001 1111 10010 100111010 111011 110111

Color Harmonies of #D048B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048B0

Black with #D048B0

Text Example


Text Example

White with #D048B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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