Html Css Color HEX #D048C5 Fuchsia

📋 copy color: '#D048C5'

red 208 ◦ green 72 ◦ blue 197

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

Shades of Fuchsia #D048C5

Tints of Fuchsia #D048C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.3%

R = 43.61%
G = 15.09%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D048C5 (or 0xD048C5) is known color: Fuchsia. HEX triplet: D0, 48 and C5. RGB value is (208,72,197). Sum of RGB (Red+Green+Blue) = 208+72+197=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D048C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048C5 is #2FB73A. Grayscale: #7E7E7E. Windows color (decimal): -3127099 or 12929232. OLE color: 12929232.

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

Color convert

RGB 208 72 197 -
CMYK 0 0.65 0.05 0.18
HSL 304.85º 0.59% 0.55% -
HSV(B) 304.85º 0.65% 0.82% -
XYZ 38.41 22.08 55.06 -
YUV 126.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 208 72 197 0 0.65 0.05 0.18 304.85 0.59 0.55
Hex D0 48 C5 0 41 5 12 131 3B 37
Octal 320 110 305 0 101 5 22 461 73 67
Binary 11010000 1001000 11000101 0 1000001 101 10010 100110001 111011 110111

Color Harmonies of #D048C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048C5

Black with #D048C5

Text Example


Text Example

White with #D048C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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