Html Css Color HEX #D24ABA Fuchsia

📋 copy color: '#D24ABA'

red 210 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #D24ABA

Tints of Fuchsia #D24ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 44.68%
G = 15.74%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D24ABA (or 0xD24ABA) is known color: Fuchsia. HEX triplet: D2, 4A and BA. RGB value is (210,74,186). Sum of RGB (Red+Green+Blue) = 210+74+186=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ABA is #2DB545. Grayscale: #7F7F7F. Windows color (decimal): -2995526 or 12208850. OLE color: 12208850.

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

Color convert

RGB 210 74 186 -
CMYK 0 0.65 0.11 0.18
HSL 310.59º 0.6% 0.56% -
HSV(B) 310.59º 0.65% 0.82% -
XYZ 37.89 22.14 48.73 -
YUV 127.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 210 74 186 0 0.65 0.11 0.18 310.59 0.6 0.56
Hex D2 4A BA 0 41 B 12 137 3C 38
Octal 322 112 272 0 101 13 22 467 74 70
Binary 11010010 1001010 10111010 0 1000001 1011 10010 100110111 111100 111000

Color Harmonies of #D24ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24ABA

Black with #D24ABA

Text Example


Text Example

White with #D24ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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