Html Css Color HEX #D248AC Fuchsia

📋 copy color: '#D248AC'

red 210 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #D248AC

Tints of Fuchsia #D248AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

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

R = 46.26%
G = 15.86%
B = 37.89%

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

#D248AC (or 0xD248AC) is known color: Fuchsia. HEX triplet: D2, 48 and AC. RGB value is (210,72,172). Sum of RGB (Red+Green+Blue) = 210+72+172=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D248AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248AC is #2DB753. Grayscale: #7C7C7C. Windows color (decimal): -2996052 or 11290834. OLE color: 11290834.

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

Color convert

RGB 210 72 172 -
CMYK 0 0.66 0.18 0.18
HSL 316.52º 0.61% 0.55% -
HSV(B) 316.52º 0.66% 0.82% -
XYZ 36.34 21.31 41.23 -
YUV 124.66 154.72 188.87 -
System Red Green Blue C M Y K H S L
Decimal 210 72 172 0 0.66 0.18 0.18 316.52 0.61 0.55
Hex D2 48 AC 0 42 12 12 13D 3D 37
Octal 322 110 254 0 102 22 22 475 75 67
Binary 11010010 1001000 10101100 0 1000010 10010 10010 100111101 111101 110111

Color Harmonies of #D248AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248AC

Black with #D248AC

Text Example


Text Example

White with #D248AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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