Html Css Color HEX #D049CF Fuchsia

📋 copy color: '#D049CF'

red 208 ◦ green 73 ◦ blue 207

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

Shades of Fuchsia #D049CF

Tints of Fuchsia #D049CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 42.62%
G = 14.96%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D049CF (or 0xD049CF) is known color: Fuchsia. HEX triplet: D0, 49 and CF. RGB value is (208,73,207). Sum of RGB (Red+Green+Blue) = 208+73+207=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D049CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049CF is #2FB630. Grayscale: #808080. Windows color (decimal): -3126833 or 13584848. OLE color: 13584848.

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

Color convert

RGB 208 73 207 -
CMYK 0 0.65 0.00 0.18
HSL 300.44º 0.59% 0.55% -
HSV(B) 300.44º 0.65% 0.82% -
XYZ 39.66 22.68 61.32 -
YUV 128.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 208 73 207 0 0.65 0.00 0.18 300.44 0.59 0.55
Hex D0 49 CF 0 41 0 12 12C 3B 37
Octal 320 111 317 0 101 0 22 454 73 67
Binary 11010000 1001001 11001111 0 1000001 0 10010 100101100 111011 110111

Color Harmonies of #D049CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049CF

Black with #D049CF

Text Example


Text Example

White with #D049CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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