Html Css Color HEX #D73AB4 Fuchsia

📋 copy color: '#D73AB4'

red 215 ◦ green 58 ◦ blue 180

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

Shades of Fuchsia #D73AB4

Tints of Fuchsia #D73AB4

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

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

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 47.46%
G = 12.8%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D73AB4 (or 0xD73AB4) is known color: Fuchsia. HEX triplet: D7, 3A and B4. RGB value is (215,58,180). Sum of RGB (Red+Green+Blue) = 215+58+180=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AB4 is #28C54B. Grayscale: #767676. Windows color (decimal): -2671948 or 11811543. OLE color: 11811543.

HSL color Cylindrical-coordinate representation of color #D73AB4: hue angle of 313.38º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73AB4 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 58 180 -
CMYK 0 0.73 0.16 0.16
HSL 313.38º 0.66% 0.54% -
HSV(B) 313.38º 0.73% 0.84% -
XYZ 37.78 20.77 45.2 -
YUV 118.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 215 58 180 0 0.73 0.16 0.16 313.38 0.66 0.54
Hex D7 3A B4 0 49 10 10 139 42 36
Octal 327 72 264 0 111 20 20 471 102 66
Binary 11010111 111010 10110100 0 1001001 10000 10000 100111001 1000010 110110

Color Harmonies of #D73AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AB4

Black with #D73AB4

Text Example


Text Example

White with #D73AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AB4; }

 p { color: rgb(215,58,180); }

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

background-color css

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

 a { background-color: rgb(215,58,180); }

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

border-color css

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

 span { border-color: rgb(215,58,180); }

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