Html Css Color HEX #D246AC Fuchsia

📋 copy color: '#D246AC'

red 210 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #D246AC

Tints of Fuchsia #D246AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

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

R = 46.46%
G = 15.49%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D246AC (or 0xD246AC) is known color: Fuchsia. HEX triplet: D2, 46 and AC. RGB value is (210,70,172). Sum of RGB (Red+Green+Blue) = 210+70+172=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D246AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D246AC is #2DB953. Grayscale: #7B7B7B. Windows color (decimal): -2996564 or 11290322. OLE color: 11290322.

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

Color convert

RGB 210 70 172 -
CMYK 0 0.67 0.18 0.18
HSL 316.29º 0.61% 0.55% -
HSV(B) 316.29º 0.67% 0.82% -
XYZ 36.21 21.06 41.19 -
YUV 123.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 210 70 172 0 0.67 0.18 0.18 316.29 0.61 0.55
Hex D2 46 AC 0 43 12 12 13C 3D 37
Octal 322 106 254 0 103 22 22 474 75 67
Binary 11010010 1000110 10101100 0 1000011 10010 10010 100111100 111101 110111

Color Harmonies of #D246AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246AC

Black with #D246AC

Text Example


Text Example

White with #D246AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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