Html Css Color HEX #D049CC Fuchsia

📋 copy color: '#D049CC'

red 208 ◦ green 73 ◦ blue 204

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

Shades of Fuchsia #D049CC

Tints of Fuchsia #D049CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 42.89%
G = 15.05%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D049CC (or 0xD049CC) is known color: Fuchsia. HEX triplet: D0, 49 and CC. RGB value is (208,73,204). Sum of RGB (Red+Green+Blue) = 208+73+204=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D049CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049CC is #2FB633. Grayscale: #7F7F7F. Windows color (decimal): -3126836 or 13388240. OLE color: 13388240.

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

Color convert

RGB 208 73 204 -
CMYK 0 0.65 0.02 0.18
HSL 301.78º 0.59% 0.55% -
HSV(B) 301.78º 0.65% 0.82% -
XYZ 39.29 22.53 59.41 -
YUV 128.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 208 73 204 0 0.65 0.02 0.18 301.78 0.59 0.55
Hex D0 49 CC 0 41 2 12 12E 3B 37
Octal 320 111 314 0 101 2 22 456 73 67
Binary 11010000 1001001 11001100 0 1000001 10 10010 100101110 111011 110111

Color Harmonies of #D049CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049CC

Black with #D049CC

Text Example


Text Example

White with #D049CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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