Html Css Color HEX #D73CCC Fuchsia

📋 copy color: '#D73CCC'

red 215 ◦ green 60 ◦ blue 204

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

Shades of Fuchsia #D73CCC

Tints of Fuchsia #D73CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 44.89%
G = 12.53%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D73CCC (or 0xD73CCC) is known color: Fuchsia. HEX triplet: D7, 3C and CC. RGB value is (215,60,204). Sum of RGB (Red+Green+Blue) = 215+60+204=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CCC is #28C333. Grayscale: #7A7A7A. Windows color (decimal): -2671412 or 13384919. OLE color: 13384919.

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

Color convert

RGB 215 60 204 -
CMYK 0 0.72 0.05 0.16
HSL 304.26º 0.66% 0.54% -
HSV(B) 304.26º 0.72% 0.84% -
XYZ 40.54 22.04 59.24 -
YUV 122.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 215 60 204 0 0.72 0.05 0.16 304.26 0.66 0.54
Hex D7 3C CC 0 48 5 10 130 42 36
Octal 327 74 314 0 110 5 20 460 102 66
Binary 11010111 111100 11001100 0 1001000 101 10000 100110000 1000010 110110

Color Harmonies of #D73CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73CCC

Black with #D73CCC

Text Example


Text Example

White with #D73CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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