Html Css Color HEX #D24AB1 Fuchsia

📋 copy color: '#D24AB1'

red 210 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #D24AB1

Tints of Fuchsia #D24AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 177 (69.53% from 255) = 38.39%

R = 45.55%
G = 16.05%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D24AB1 (or 0xD24AB1) is known color: Fuchsia. HEX triplet: D2, 4A and B1. RGB value is (210,74,177). Sum of RGB (Red+Green+Blue) = 210+74+177=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AB1 is #2DB54E. Grayscale: #7E7E7E. Windows color (decimal): -2995535 or 11619026. OLE color: 11619026.

HSL color Cylindrical-coordinate representation of color #D24AB1: hue angle of 314.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24AB1 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 74 177 -
CMYK 0 0.65 0.16 0.18
HSL 314.56º 0.6% 0.56% -
HSV(B) 314.56º 0.65% 0.82% -
XYZ 36.96 21.77 43.85 -
YUV 126.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 210 74 177 0 0.65 0.16 0.18 314.56 0.6 0.56
Hex D2 4A B1 0 41 10 12 13B 3C 38
Octal 322 112 261 0 101 20 22 473 74 70
Binary 11010010 1001010 10110001 0 1000001 10000 10010 100111011 111100 111000

Color Harmonies of #D24AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AB1

Black with #D24AB1

Text Example


Text Example

White with #D24AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AB1; }

 p { color: rgb(210,74,177); }

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

background-color css

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

 a { background-color: rgb(210,74,177); }

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

border-color css

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

 span { border-color: rgb(210,74,177); }

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