Html Css Color HEX #D049C9 Fuchsia

📋 copy color: '#D049C9'

red 208 ◦ green 73 ◦ blue 201

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

Shades of Fuchsia #D049C9

Tints of Fuchsia #D049C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 43.15%
G = 15.15%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D049C9 (or 0xD049C9) is known color: Fuchsia. HEX triplet: D0, 49 and C9. RGB value is (208,73,201). Sum of RGB (Red+Green+Blue) = 208+73+201=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D049C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049C9 is #2FB636. Grayscale: #7F7F7F. Windows color (decimal): -3126839 or 13191632. OLE color: 13191632.

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

Color convert

RGB 208 73 201 -
CMYK 0 0.65 0.03 0.18
HSL 303.11º 0.59% 0.55% -
HSV(B) 303.11º 0.65% 0.82% -
XYZ 38.94 22.39 57.53 -
YUV 127.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 208 73 201 0 0.65 0.03 0.18 303.11 0.59 0.55
Hex D0 49 C9 0 41 3 12 12F 3B 37
Octal 320 111 311 0 101 3 22 457 73 67
Binary 11010000 1001001 11001001 0 1000001 11 10010 100101111 111011 110111

Color Harmonies of #D049C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049C9

Black with #D049C9

Text Example


Text Example

White with #D049C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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