Html Css Color HEX #D746B5 Fuchsia

📋 copy color: '#D746B5'

red 215 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #D746B5

Tints of Fuchsia #D746B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 46.14%
G = 15.02%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D746B5 (or 0xD746B5) is known color: Fuchsia. HEX triplet: D7, 46 and B5. RGB value is (215,70,181). Sum of RGB (Red+Green+Blue) = 215+70+181=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D746B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746B5 is #28B94A. Grayscale: #7D7D7D. Windows color (decimal): -2668875 or 11880151. OLE color: 11880151.

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

Color convert

RGB 215 70 181 -
CMYK 0 0.67 0.16 0.16
HSL 314.07º 0.64% 0.56% -
HSV(B) 314.07º 0.67% 0.84% -
XYZ 38.55 22.16 45.96 -
YUV 126.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 215 70 181 0 0.67 0.16 0.16 314.07 0.64 0.56
Hex D7 46 B5 0 43 10 10 13A 40 38
Octal 327 106 265 0 103 20 20 472 100 70
Binary 11010111 1000110 10110101 0 1000011 10000 10000 100111010 1000000 111000

Color Harmonies of #D746B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746B5

Black with #D746B5

Text Example


Text Example

White with #D746B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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