Html Css Color HEX #D73CCA Fuchsia

📋 copy color: '#D73CCA'

red 215 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #D73CCA

Tints of Fuchsia #D73CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 45.07%
G = 12.58%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D73CCA (or 0xD73CCA) is known color: Fuchsia. HEX triplet: D7, 3C and CA. RGB value is (215,60,202). Sum of RGB (Red+Green+Blue) = 215+60+202=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CCA is #28C335. Grayscale: #7A7A7A. Windows color (decimal): -2671414 or 13253847. OLE color: 13253847.

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

Color convert

RGB 215 60 202 -
CMYK 0 0.72 0.06 0.16
HSL 305.03º 0.66% 0.54% -
HSV(B) 305.03º 0.72% 0.84% -
XYZ 40.3 21.94 57.99 -
YUV 122.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 215 60 202 0 0.72 0.06 0.16 305.03 0.66 0.54
Hex D7 3C CA 0 48 6 10 131 42 36
Octal 327 74 312 0 110 6 20 461 102 66
Binary 11010111 111100 11001010 0 1001000 110 10000 100110001 1000010 110110

Color Harmonies of #D73CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73CCA

Black with #D73CCA

Text Example


Text Example

White with #D73CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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