Html Css Color HEX #D73CBD Fuchsia

📋 copy color: '#D73CBD'

red 215 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #D73CBD

Tints of Fuchsia #D73CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 46.34%
G = 12.93%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D73CBD (or 0xD73CBD) is known color: Fuchsia. HEX triplet: D7, 3C and BD. RGB value is (215,60,189). Sum of RGB (Red+Green+Blue) = 215+60+189=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CBD is #28C342. Grayscale: #787878. Windows color (decimal): -2671427 or 12401879. OLE color: 12401879.

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

Color convert

RGB 215 60 189 -
CMYK 0 0.72 0.12 0.16
HSL 310.06º 0.66% 0.54% -
HSV(B) 310.06º 0.72% 0.84% -
XYZ 38.83 21.35 50.22 -
YUV 121.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 215 60 189 0 0.72 0.12 0.16 310.06 0.66 0.54
Hex D7 3C BD 0 48 C 10 136 42 36
Octal 327 74 275 0 110 14 20 466 102 66
Binary 11010111 111100 10111101 0 1001000 1100 10000 100110110 1000010 110110

Color Harmonies of #D73CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73CBD

Black with #D73CBD

Text Example


Text Example

White with #D73CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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