Html Css Color HEX #D247AC Fuchsia

📋 copy color: '#D247AC'

red 210 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #D247AC

Tints of Fuchsia #D247AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.67%

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

R = 46.36%
G = 15.67%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D247AC (or 0xD247AC) is known color: Fuchsia. HEX triplet: D2, 47 and AC. RGB value is (210,71,172). Sum of RGB (Red+Green+Blue) = 210+71+172=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D247AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D247AC is #2DB853. Grayscale: #7B7B7B. Windows color (decimal): -2996308 or 11290578. OLE color: 11290578.

HSL color Cylindrical-coordinate representation of color #D247AC: hue angle of 316.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D247AC is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 71 172 -
CMYK 0 0.66 0.18 0.18
HSL 316.4º 0.61% 0.55% -
HSV(B) 316.4º 0.66% 0.82% -
XYZ 36.28 21.19 41.21 -
YUV 124.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 210 71 172 0 0.66 0.18 0.18 316.4 0.61 0.55
Hex D2 47 AC 0 42 12 12 13C 3D 37
Octal 322 107 254 0 102 22 22 474 75 67
Binary 11010010 1000111 10101100 0 1000010 10010 10010 100111100 111101 110111

Color Harmonies of #D247AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247AC

Black with #D247AC

Text Example


Text Example

White with #D247AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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