Html Css Color HEX #D741B3 Fuchsia

📋 copy color: '#D741B3'

red 215 ◦ green 65 ◦ blue 179

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

Shades of Fuchsia #D741B3

Tints of Fuchsia #D741B3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.16%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 46.84%
G = 14.16%
B = 39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D741B3 (or 0xD741B3) is known color: Fuchsia. HEX triplet: D7, 41 and B3. RGB value is (215,65,179). Sum of RGB (Red+Green+Blue) = 215+65+179=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D741B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741B3 is #28BE4C. Grayscale: #7A7A7A. Windows color (decimal): -2670157 or 11747799. OLE color: 11747799.

HSL color Cylindrical-coordinate representation of color #D741B3: hue angle of 314.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741B3 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 179 -
CMYK 0 0.70 0.17 0.16
HSL 314.4º 0.65% 0.55% -
HSV(B) 314.4º 0.7% 0.84% -
XYZ 38.05 21.48 44.79 -
YUV 122.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 215 65 179 0 0.70 0.17 0.16 314.4 0.65 0.55
Hex D7 41 B3 0 46 11 10 13A 41 37
Octal 327 101 263 0 106 21 20 472 101 67
Binary 11010111 1000001 10110011 0 1000110 10001 10000 100111010 1000001 110111

Color Harmonies of #D741B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741B3

Black with #D741B3

Text Example


Text Example

White with #D741B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741B3; }

 p { color: rgb(215,65,179); }

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

background-color css

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

 a { background-color: rgb(215,65,179); }

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

border-color css

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

 span { border-color: rgb(215,65,179); }

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