Html Css Color HEX #D746AF Fuchsia

📋 copy color: '#D746AF'

red 215 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #D746AF

Tints of Fuchsia #D746AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

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

R = 46.74%
G = 15.22%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D746AF (or 0xD746AF) is known color: Fuchsia. HEX triplet: D7, 46 and AF. RGB value is (215,70,175). Sum of RGB (Red+Green+Blue) = 215+70+175=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D746AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D746AF is #28B950. Grayscale: #7D7D7D. Windows color (decimal): -2668881 or 11486935. OLE color: 11486935.

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

Color convert

RGB 215 70 175 -
CMYK 0 0.67 0.19 0.16
HSL 316.55º 0.64% 0.56% -
HSV(B) 316.55º 0.67% 0.84% -
XYZ 37.95 21.92 42.79 -
YUV 125.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 215 70 175 0 0.67 0.19 0.16 316.55 0.64 0.56
Hex D7 46 AF 0 43 13 10 13D 40 38
Octal 327 106 257 0 103 23 20 475 100 70
Binary 11010111 1000110 10101111 0 1000011 10011 10000 100111101 1000000 111000

Color Harmonies of #D746AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746AF

Black with #D746AF

Text Example


Text Example

White with #D746AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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