Html Css Color HEX #D249AC Fuchsia

📋 copy color: '#D249AC'

red 210 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #D249AC

Tints of Fuchsia #D249AC

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

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

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 46.15%
G = 16.04%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D249AC (or 0xD249AC) is known color: Fuchsia. HEX triplet: D2, 49 and AC. RGB value is (210,73,172). Sum of RGB (Red+Green+Blue) = 210+73+172=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D249AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D249AC is #2DB653. Grayscale: #7C7C7C. Windows color (decimal): -2995796 or 11291090. OLE color: 11291090.

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

Color convert

RGB 210 73 172 -
CMYK 0 0.65 0.18 0.18
HSL 316.64º 0.6% 0.55% -
HSV(B) 316.64º 0.65% 0.82% -
XYZ 36.41 21.45 41.25 -
YUV 125.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 210 73 172 0 0.65 0.18 0.18 316.64 0.6 0.55
Hex D2 49 AC 0 41 12 12 13D 3C 37
Octal 322 111 254 0 101 22 22 475 74 67
Binary 11010010 1001001 10101100 0 1000001 10010 10010 100111101 111100 110111

Color Harmonies of #D249AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249AC

Black with #D249AC

Text Example


Text Example

White with #D249AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249AC; }

 p { color: rgb(210,73,172); }

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

background-color css

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

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

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

border-color css

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

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

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