Html Css Color HEX #D73CC8 Fuchsia

📋 copy color: '#D73CC8'

red 215 ◦ green 60 ◦ blue 200

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

Shades of Fuchsia #D73CC8

Tints of Fuchsia #D73CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 45.26%
G = 12.63%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D73CC8 (or 0xD73CC8) is known color: Fuchsia. HEX triplet: D7, 3C and C8. RGB value is (215,60,200). Sum of RGB (Red+Green+Blue) = 215+60+200=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CC8 is #28C337. Grayscale: #797979. Windows color (decimal): -2671416 or 13122775. OLE color: 13122775.

HSL color Cylindrical-coordinate representation of color #D73CC8: hue angle of 305.81º 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 #D73CC8 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 60 200 -
CMYK 0 0.72 0.07 0.16
HSL 305.81º 0.66% 0.54% -
HSV(B) 305.81º 0.72% 0.84% -
XYZ 40.07 21.85 56.75 -
YUV 122.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 215 60 200 0 0.72 0.07 0.16 305.81 0.66 0.54
Hex D7 3C C8 0 48 7 10 132 42 36
Octal 327 74 310 0 110 7 20 462 102 66
Binary 11010111 111100 11001000 0 1001000 111 10000 100110010 1000010 110110

Color Harmonies of #D73CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73CC8

Black with #D73CC8

Text Example


Text Example

White with #D73CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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