Html Css Color HEX #D24FBA Fuchsia

📋 copy color: '#D24FBA'

red 210 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #D24FBA

Tints of Fuchsia #D24FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

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

R = 44.21%
G = 16.63%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D24FBA (or 0xD24FBA) is known color: Fuchsia. HEX triplet: D2, 4F and BA. RGB value is (210,79,186). Sum of RGB (Red+Green+Blue) = 210+79+186=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FBA is #2DB045. Grayscale: #828282. Windows color (decimal): -2994246 or 12210130. OLE color: 12210130.

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

Color convert

RGB 210 79 186 -
CMYK 0 0.62 0.11 0.18
HSL 310.99º 0.59% 0.57% -
HSV(B) 310.99º 0.62% 0.82% -
XYZ 38.24 22.84 48.85 -
YUV 130.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 210 79 186 0 0.62 0.11 0.18 310.99 0.59 0.57
Hex D2 4F BA 0 3E B 12 137 3B 39
Octal 322 117 272 0 76 13 22 467 73 71
Binary 11010010 1001111 10111010 0 111110 1011 10010 100110111 111011 111001

Color Harmonies of #D24FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FBA

Black with #D24FBA

Text Example


Text Example

White with #D24FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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