Html Css Color HEX #D048B3 Fuchsia

📋 copy color: '#D048B3'

red 208 ◦ green 72 ◦ blue 179

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

Shades of Fuchsia #D048B3

Tints of Fuchsia #D048B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39%

R = 45.32%
G = 15.69%
B = 39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D048B3 (or 0xD048B3) is known color: Fuchsia. HEX triplet: D0, 48 and B3. RGB value is (208,72,179). Sum of RGB (Red+Green+Blue) = 208+72+179=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D048B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048B3 is #2FB74C. Grayscale: #7C7C7C. Windows color (decimal): -3127117 or 11749584. OLE color: 11749584.

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

Color convert

RGB 208 72 179 -
CMYK 0 0.65 0.14 0.18
HSL 312.79º 0.59% 0.55% -
HSV(B) 312.79º 0.65% 0.82% -
XYZ 36.47 21.3 44.84 -
YUV 124.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 208 72 179 0 0.65 0.14 0.18 312.79 0.59 0.55
Hex D0 48 B3 0 41 E 12 139 3B 37
Octal 320 110 263 0 101 16 22 471 73 67
Binary 11010000 1001000 10110011 0 1000001 1110 10010 100111001 111011 110111

Color Harmonies of #D048B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048B3

Black with #D048B3

Text Example


Text Example

White with #D048B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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