Html Css Color HEX #D049D0 Fuchsia

📋 copy color: '#D049D0'

red 208 ◦ green 73 ◦ blue 208

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

Shades of Fuchsia #D049D0

Tints of Fuchsia #D049D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 42.54%
G = 14.93%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D049D0 (or 0xD049D0) is known color: Fuchsia. HEX triplet: D0, 49 and D0. RGB value is (208,73,208). Sum of RGB (Red+Green+Blue) = 208+73+208=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D049D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049D0 is #2FB62F. Grayscale: #808080. Windows color (decimal): -3126832 or 13650384. OLE color: 13650384.

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

Color convert

RGB 208 73 208 -
CMYK 0 0.65 0 0.18
HSL 300º 0.59% 0.55% -
HSV(B) 300º 0.65% 0.82% -
XYZ 39.78 22.73 61.97 -
YUV 128.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 208 73 208 0 0.65 0 0.18 300 0.59 0.55
Hex D0 49 D0 0 41 0 12 12C 3B 37
Octal 320 111 320 0 101 0 22 454 73 67
Binary 11010000 1001001 11010000 0 1000001 0 10010 100101100 111011 110111

Color Harmonies of #D049D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049D0

Black with #D049D0

Text Example


Text Example

White with #D049D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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