Html Css Color HEX #D43ABD Fuchsia

📋 copy color: '#D43ABD'

red 212 ◦ green 58 ◦ blue 189

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

Shades of Fuchsia #D43ABD

Tints of Fuchsia #D43ABD

RGB

 RED value IS 212 (83.2% from 255) = 46.19%

 GREEN value IS 58 (23.05% from 255) = 12.64%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 46.19%
G = 12.64%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D43ABD (or 0xD43ABD) is known color: Fuchsia. HEX triplet: D4, 3A and BD. RGB value is (212,58,189). Sum of RGB (Red+Green+Blue) = 212+58+189=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D43ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ABD is #2BC542. Grayscale: #767676. Windows color (decimal): -2868547 or 12401364. OLE color: 12401364.

HSL color Cylindrical-coordinate representation of color #D43ABD: hue angle of 308.96º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43ABD is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 58 189 -
CMYK 0 0.73 0.11 0.17
HSL 308.96º 0.64% 0.53% -
HSV(B) 308.96º 0.73% 0.83% -
XYZ 37.85 20.7 50.14 -
YUV 118.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 212 58 189 0 0.73 0.11 0.17 308.96 0.64 0.53
Hex D4 3A BD 0 49 B 11 135 40 35
Octal 324 72 275 0 111 13 21 465 100 65
Binary 11010100 111010 10111101 0 1001001 1011 10001 100110101 1000000 110101

Color Harmonies of #D43ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43ABD

Black with #D43ABD

Text Example


Text Example

White with #D43ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43ABD; }

 p { color: rgb(212,58,189); }

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

background-color css

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

 a { background-color: rgb(212,58,189); }

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

border-color css

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

 span { border-color: rgb(212,58,189); }

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