Html Css Color HEX #D946BB Fuchsia

📋 copy color: '#D946BB'

red 217 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #D946BB

Tints of Fuchsia #D946BB

RGB

 RED value IS 217 (85.16% from 255) = 45.78%

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

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

R = 45.78%
G = 14.77%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D946BB (or 0xD946BB) is known color: Fuchsia. HEX triplet: D9, 46 and BB. RGB value is (217,70,187). Sum of RGB (Red+Green+Blue) = 217+70+187=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D946BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946BB is #26B944. Grayscale: #7E7E7E. Windows color (decimal): -2537797 or 12273369. OLE color: 12273369.

HSL color Cylindrical-coordinate representation of color #D946BB: hue angle of 312.24º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946BB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 187 -
CMYK 0 0.68 0.14 0.15
HSL 312.24º 0.66% 0.56% -
HSV(B) 312.24º 0.68% 0.85% -
XYZ 39.78 22.72 49.3 -
YUV 127.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 217 70 187 0 0.68 0.14 0.15 312.24 0.66 0.56
Hex D9 46 BB 0 44 E F 138 42 38
Octal 331 106 273 0 104 16 17 470 102 70
Binary 11011001 1000110 10111011 0 1000100 1110 1111 100111000 1000010 111000

Color Harmonies of #D946BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946BB

Black with #D946BB

Text Example


Text Example

White with #D946BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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