Html Css Color HEX #D73DBB Fuchsia

📋 copy color: '#D73DBB'

red 215 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #D73DBB

Tints of Fuchsia #D73DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 46.44%
G = 13.17%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D73DBB (or 0xD73DBB) is known color: Fuchsia. HEX triplet: D7, 3D and BB. RGB value is (215,61,187). Sum of RGB (Red+Green+Blue) = 215+61+187=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DBB is #28C244. Grayscale: #797979. Windows color (decimal): -2671173 or 12271063. OLE color: 12271063.

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

Color convert

RGB 215 61 187 -
CMYK 0 0.72 0.13 0.16
HSL 310.91º 0.66% 0.54% -
HSV(B) 310.91º 0.72% 0.84% -
XYZ 38.66 21.37 49.1 -
YUV 121.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 215 61 187 0 0.72 0.13 0.16 310.91 0.66 0.54
Hex D7 3D BB 0 48 D 10 137 42 36
Octal 327 75 273 0 110 15 20 467 102 66
Binary 11010111 111101 10111011 0 1001000 1101 10000 100110111 1000010 110110

Color Harmonies of #D73DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DBB

Black with #D73DBB

Text Example


Text Example

White with #D73DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DBB; }

 p { color: rgb(215,61,187); }

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

background-color css

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

 a { background-color: rgb(215,61,187); }

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

border-color css

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

 span { border-color: rgb(215,61,187); }

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