Html Css Color HEX #D73CB4 Fuchsia

📋 copy color: '#D73CB4'

red 215 ◦ green 60 ◦ blue 180

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

Shades of Fuchsia #D73CB4

Tints of Fuchsia #D73CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

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

R = 47.25%
G = 13.19%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D73CB4 (or 0xD73CB4) is known color: Fuchsia. HEX triplet: D7, 3C and B4. RGB value is (215,60,180). Sum of RGB (Red+Green+Blue) = 215+60+180=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CB4 is #28C34B. Grayscale: #777777. Windows color (decimal): -2671436 or 11812055. OLE color: 11812055.

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

Color convert

RGB 215 60 180 -
CMYK 0 0.72 0.16 0.16
HSL 313.55º 0.66% 0.54% -
HSV(B) 313.55º 0.72% 0.84% -
XYZ 37.88 20.97 45.23 -
YUV 120.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 215 60 180 0 0.72 0.16 0.16 313.55 0.66 0.54
Hex D7 3C B4 0 48 10 10 13A 42 36
Octal 327 74 264 0 110 20 20 472 102 66
Binary 11010111 111100 10110100 0 1001000 10000 10000 100111010 1000010 110110

Color Harmonies of #D73CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73CB4

Black with #D73CB4

Text Example


Text Example

White with #D73CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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