Html Css Color HEX #D746BA Fuchsia

📋 copy color: '#D746BA'

red 215 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #D746BA

Tints of Fuchsia #D746BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 45.65%
G = 14.86%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D746BA (or 0xD746BA) is known color: Fuchsia. HEX triplet: D7, 46 and BA. RGB value is (215,70,186). Sum of RGB (Red+Green+Blue) = 215+70+186=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D746BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746BA is #28B945. Grayscale: #7E7E7E. Windows color (decimal): -2668870 or 12207831. OLE color: 12207831.

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

Color convert

RGB 215 70 186 -
CMYK 0 0.67 0.13 0.16
HSL 312º 0.64% 0.56% -
HSV(B) 312º 0.67% 0.84% -
XYZ 39.08 22.37 48.71 -
YUV 126.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 215 70 186 0 0.67 0.13 0.16 312 0.64 0.56
Hex D7 46 BA 0 43 D 10 138 40 38
Octal 327 106 272 0 103 15 20 470 100 70
Binary 11010111 1000110 10111010 0 1000011 1101 10000 100111000 1000000 111000

Color Harmonies of #D746BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746BA

Black with #D746BA

Text Example


Text Example

White with #D746BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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