Html Css Color HEX #D24AB3 Fuchsia

📋 copy color: '#D24AB3'

red 210 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #D24AB3

Tints of Fuchsia #D24AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 45.36%
G = 15.98%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D24AB3 (or 0xD24AB3) is known color: Fuchsia. HEX triplet: D2, 4A and B3. RGB value is (210,74,179). Sum of RGB (Red+Green+Blue) = 210+74+179=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AB3 is #2DB54C. Grayscale: #7E7E7E. Windows color (decimal): -2995533 or 11750098. OLE color: 11750098.

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

Color convert

RGB 210 74 179 -
CMYK 0 0.65 0.15 0.18
HSL 313.68º 0.6% 0.56% -
HSV(B) 313.68º 0.65% 0.82% -
XYZ 37.16 21.85 44.91 -
YUV 126.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 210 74 179 0 0.65 0.15 0.18 313.68 0.6 0.56
Hex D2 4A B3 0 41 F 12 13A 3C 38
Octal 322 112 263 0 101 17 22 472 74 70
Binary 11010010 1001010 10110011 0 1000001 1111 10010 100111010 111100 111000

Color Harmonies of #D24AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AB3

Black with #D24AB3

Text Example


Text Example

White with #D24AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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