Html Css Color HEX #D246AD Fuchsia

📋 copy color: '#D246AD'

red 210 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #D246AD

Tints of Fuchsia #D246AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 46.36%
G = 15.45%
B = 38.19%

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

#D246AD (or 0xD246AD) is known color: Fuchsia. HEX triplet: D2, 46 and AD. RGB value is (210,70,173). Sum of RGB (Red+Green+Blue) = 210+70+173=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D246AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D246AD is #2DB952. Grayscale: #7B7B7B. Windows color (decimal): -2996563 or 11355858. OLE color: 11355858.

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

Color convert

RGB 210 70 173 -
CMYK 0 0.67 0.18 0.18
HSL 315.86º 0.61% 0.55% -
HSV(B) 315.86º 0.67% 0.82% -
XYZ 36.31 21.1 41.69 -
YUV 123.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 210 70 173 0 0.67 0.18 0.18 315.86 0.61 0.55
Hex D2 46 AD 0 43 12 12 13C 3D 37
Octal 322 106 255 0 103 22 22 474 75 67
Binary 11010010 1000110 10101101 0 1000011 10010 10010 100111100 111101 110111

Color Harmonies of #D246AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246AD

Black with #D246AD

Text Example


Text Example

White with #D246AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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