Html Css Color HEX #D049C5 Fuchsia

📋 copy color: '#D049C5'

red 208 ◦ green 73 ◦ blue 197

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

Shades of Fuchsia #D049C5

Tints of Fuchsia #D049C5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.27%

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

R = 43.51%
G = 15.27%
B = 41.21%

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

#D049C5 (or 0xD049C5) is known color: Fuchsia. HEX triplet: D0, 49 and C5. RGB value is (208,73,197). Sum of RGB (Red+Green+Blue) = 208+73+197=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D049C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049C5 is #2FB63A. Grayscale: #7F7F7F. Windows color (decimal): -3126843 or 12929488. OLE color: 12929488.

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

Color convert

RGB 208 73 197 -
CMYK 0 0.65 0.05 0.18
HSL 304.89º 0.59% 0.55% -
HSV(B) 304.89º 0.65% 0.82% -
XYZ 38.47 22.21 55.08 -
YUV 127.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 208 73 197 0 0.65 0.05 0.18 304.89 0.59 0.55
Hex D0 49 C5 0 41 5 12 131 3B 37
Octal 320 111 305 0 101 5 22 461 73 67
Binary 11010000 1001001 11000101 0 1000001 101 10010 100110001 111011 110111

Color Harmonies of #D049C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049C5

Black with #D049C5

Text Example


Text Example

White with #D049C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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