Html Css Color HEX #D746B7 Fuchsia

📋 copy color: '#D746B7'

red 215 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #D746B7

Tints of Fuchsia #D746B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.1%

R = 45.94%
G = 14.96%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D746B7 (or 0xD746B7) is known color: Fuchsia. HEX triplet: D7, 46 and B7. RGB value is (215,70,183). Sum of RGB (Red+Green+Blue) = 215+70+183=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D746B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746B7 is #28B948. Grayscale: #7D7D7D. Windows color (decimal): -2668873 or 12011223. OLE color: 12011223.

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

Color convert

RGB 215 70 183 -
CMYK 0 0.67 0.15 0.16
HSL 313.24º 0.64% 0.56% -
HSV(B) 313.24º 0.67% 0.84% -
XYZ 38.76 22.25 47.05 -
YUV 126.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 215 70 183 0 0.67 0.15 0.16 313.24 0.64 0.56
Hex D7 46 B7 0 43 F 10 139 40 38
Octal 327 106 267 0 103 17 20 471 100 70
Binary 11010111 1000110 10110111 0 1000011 1111 10000 100111001 1000000 111000

Color Harmonies of #D746B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746B7

Black with #D746B7

Text Example


Text Example

White with #D746B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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