Html Css Color HEX #D741AF Fuchsia

📋 copy color: '#D741AF'

red 215 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #D741AF

Tints of Fuchsia #D741AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.46%

R = 47.25%
G = 14.29%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D741AF (or 0xD741AF) is known color: Fuchsia. HEX triplet: D7, 41 and AF. RGB value is (215,65,175). Sum of RGB (Red+Green+Blue) = 215+65+175=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D741AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D741AF is #28BE50. Grayscale: #7A7A7A. Windows color (decimal): -2670161 or 11485655. OLE color: 11485655.

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

Color convert

RGB 215 65 175 -
CMYK 0 0.70 0.19 0.16
HSL 316º 0.65% 0.55% -
HSV(B) 316º 0.7% 0.84% -
XYZ 37.65 21.32 42.69 -
YUV 122.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 215 65 175 0 0.70 0.19 0.16 316 0.65 0.55
Hex D7 41 AF 0 46 13 10 13C 41 37
Octal 327 101 257 0 106 23 20 474 101 67
Binary 11010111 1000001 10101111 0 1000110 10011 10000 100111100 1000001 110111

Color Harmonies of #D741AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741AF

Black with #D741AF

Text Example


Text Example

White with #D741AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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