Html Css Color HEX #D749B0 Fuchsia

📋 copy color: '#D749B0'

red 215 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #D749B0

Tints of Fuchsia #D749B0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 46.34%
G = 15.73%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D749B0 (or 0xD749B0) is known color: Fuchsia. HEX triplet: D7, 49 and B0. RGB value is (215,73,176). Sum of RGB (Red+Green+Blue) = 215+73+176=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D749B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D749B0 is #28B64F. Grayscale: #7E7E7E. Windows color (decimal): -2668112 or 11553239. OLE color: 11553239.

HSL color Cylindrical-coordinate representation of color #D749B0: hue angle of 316.48º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749B0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 176 -
CMYK 0 0.66 0.18 0.16
HSL 316.48º 0.64% 0.56% -
HSV(B) 316.48º 0.66% 0.84% -
XYZ 38.24 22.35 43.37 -
YUV 127.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 215 73 176 0 0.66 0.18 0.16 316.48 0.64 0.56
Hex D7 49 B0 0 42 12 10 13C 40 38
Octal 327 111 260 0 102 22 20 474 100 70
Binary 11010111 1001001 10110000 0 1000010 10010 10000 100111100 1000000 111000

Color Harmonies of #D749B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749B0

Black with #D749B0

Text Example


Text Example

White with #D749B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749B0; }

 p { color: rgb(215,73,176); }

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

background-color css

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

 a { background-color: rgb(215,73,176); }

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

border-color css

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

 span { border-color: rgb(215,73,176); }

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