Html Css Color HEX #D048B8 Fuchsia

📋 copy color: '#D048B8'

red 208 ◦ green 72 ◦ blue 184

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

Shades of Fuchsia #D048B8

Tints of Fuchsia #D048B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.66%

R = 44.83%
G = 15.52%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D048B8 (or 0xD048B8) is known color: Fuchsia. HEX triplet: D0, 48 and B8. RGB value is (208,72,184). Sum of RGB (Red+Green+Blue) = 208+72+184=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D048B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048B8 is #2FB747. Grayscale: #7D7D7D. Windows color (decimal): -3127112 or 12077264. OLE color: 12077264.

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

Color convert

RGB 208 72 184 -
CMYK 0 0.65 0.12 0.18
HSL 310.59º 0.59% 0.55% -
HSV(B) 310.59º 0.65% 0.82% -
XYZ 36.98 21.51 47.55 -
YUV 125.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 208 72 184 0 0.65 0.12 0.18 310.59 0.59 0.55
Hex D0 48 B8 0 41 C 12 137 3B 37
Octal 320 110 270 0 101 14 22 467 73 67
Binary 11010000 1001000 10111000 0 1000001 1100 10010 100110111 111011 110111

Color Harmonies of #D048B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048B8

Black with #D048B8

Text Example


Text Example

White with #D048B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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