Html Css Color HEX #D048AD Fuchsia

📋 copy color: '#D048AD'

red 208 ◦ green 72 ◦ blue 173

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

Shades of Fuchsia #D048AD

Tints of Fuchsia #D048AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 45.92%
G = 15.89%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D048AD (or 0xD048AD) is known color: Fuchsia. HEX triplet: D0, 48 and AD. RGB value is (208,72,173). Sum of RGB (Red+Green+Blue) = 208+72+173=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D048AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048AD is #2FB752. Grayscale: #7B7B7B. Windows color (decimal): -3127123 or 11356368. OLE color: 11356368.

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

Color convert

RGB 208 72 173 -
CMYK 0 0.65 0.17 0.18
HSL 315.44º 0.59% 0.55% -
HSV(B) 315.44º 0.65% 0.82% -
XYZ 35.87 21.06 41.71 -
YUV 124.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 208 72 173 0 0.65 0.17 0.18 315.44 0.59 0.55
Hex D0 48 AD 0 41 11 12 13B 3B 37
Octal 320 110 255 0 101 21 22 473 73 67
Binary 11010000 1001000 10101101 0 1000001 10001 10010 100111011 111011 110111

Color Harmonies of #D048AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048AD

Black with #D048AD

Text Example


Text Example

White with #D048AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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