Html Css Color HEX #D049CA Fuchsia

📋 copy color: '#D049CA'

red 208 ◦ green 73 ◦ blue 202

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

Shades of Fuchsia #D049CA

Tints of Fuchsia #D049CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 43.06%
G = 15.11%
B = 41.82%

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

#D049CA (or 0xD049CA) is known color: Fuchsia. HEX triplet: D0, 49 and CA. RGB value is (208,73,202). Sum of RGB (Red+Green+Blue) = 208+73+202=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D049CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049CA is #2FB635. Grayscale: #7F7F7F. Windows color (decimal): -3126838 or 13257168. OLE color: 13257168.

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

Color convert

RGB 208 73 202 -
CMYK 0 0.65 0.03 0.18
HSL 302.67º 0.59% 0.55% -
HSV(B) 302.67º 0.65% 0.82% -
XYZ 39.06 22.44 58.15 -
YUV 128.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 208 73 202 0 0.65 0.03 0.18 302.67 0.59 0.55
Hex D0 49 CA 0 41 3 12 12F 3B 37
Octal 320 111 312 0 101 3 22 457 73 67
Binary 11010000 1001001 11001010 0 1000001 11 10010 100101111 111011 110111

Color Harmonies of #D049CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049CA

Black with #D049CA

Text Example


Text Example

White with #D049CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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