Html Css Color HEX #D241AD Fuchsia

📋 copy color: '#D241AD'

red 210 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #D241AD

Tints of Fuchsia #D241AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.51%

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

R = 46.88%
G = 14.51%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D241AD (or 0xD241AD) is known color: Fuchsia. HEX triplet: D2, 41 and AD. RGB value is (210,65,173). Sum of RGB (Red+Green+Blue) = 210+65+173=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D241AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D241AD is #2DBE52. Grayscale: #787878. Windows color (decimal): -2997843 or 11354578. OLE color: 11354578.

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

Color convert

RGB 210 65 173 -
CMYK 0 0.69 0.18 0.18
HSL 315.31º 0.62% 0.54% -
HSV(B) 315.31º 0.69% 0.82% -
XYZ 36.01 20.5 41.59 -
YUV 120.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 210 65 173 0 0.69 0.18 0.18 315.31 0.62 0.54
Hex D2 41 AD 0 45 12 12 13B 3E 36
Octal 322 101 255 0 105 22 22 473 76 66
Binary 11010010 1000001 10101101 0 1000101 10010 10010 100111011 111110 110110

Color Harmonies of #D241AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241AD

Black with #D241AD

Text Example


Text Example

White with #D241AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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