Html Css Color HEX #D049C0 Fuchsia

📋 copy color: '#D049C0'

red 208 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #D049C0

Tints of Fuchsia #D049C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 43.97%
G = 15.43%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D049C0 (or 0xD049C0) is known color: Fuchsia. HEX triplet: D0, 49 and C0. RGB value is (208,73,192). Sum of RGB (Red+Green+Blue) = 208+73+192=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D049C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049C0 is #2FB63F. Grayscale: #7E7E7E. Windows color (decimal): -3126848 or 12601808. OLE color: 12601808.

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

Color convert

RGB 208 73 192 -
CMYK 0 0.65 0.08 0.18
HSL 307.11º 0.59% 0.55% -
HSV(B) 307.11º 0.65% 0.82% -
XYZ 37.91 21.98 52.11 -
YUV 126.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 208 73 192 0 0.65 0.08 0.18 307.11 0.59 0.55
Hex D0 49 C0 0 41 8 12 133 3B 37
Octal 320 111 300 0 101 10 22 463 73 67
Binary 11010000 1001001 11000000 0 1000001 1000 10010 100110011 111011 110111

Color Harmonies of #D049C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049C0

Black with #D049C0

Text Example


Text Example

White with #D049C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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