Html Css Color HEX #D746BB Fuchsia

📋 copy color: '#D746BB'

red 215 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #D746BB

Tints of Fuchsia #D746BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 45.55%
G = 14.83%
B = 39.62%

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

#D746BB (or 0xD746BB) is known color: Fuchsia. HEX triplet: D7, 46 and BB. RGB value is (215,70,187). Sum of RGB (Red+Green+Blue) = 215+70+187=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D746BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746BB is #28B944. Grayscale: #7E7E7E. Windows color (decimal): -2668869 or 12273367. OLE color: 12273367.

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

Color convert

RGB 215 70 187 -
CMYK 0 0.67 0.13 0.16
HSL 311.59º 0.64% 0.56% -
HSV(B) 311.59º 0.67% 0.84% -
XYZ 39.18 22.42 49.28 -
YUV 126.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 215 70 187 0 0.67 0.13 0.16 311.59 0.64 0.56
Hex D7 46 BB 0 43 D 10 138 40 38
Octal 327 106 273 0 103 15 20 470 100 70
Binary 11010111 1000110 10111011 0 1000011 1101 10000 100111000 1000000 111000

Color Harmonies of #D746BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746BB

Black with #D746BB

Text Example


Text Example

White with #D746BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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