Html Css Color HEX #D846BC Fuchsia

📋 copy color: '#D846BC'

red 216 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #D846BC

Tints of Fuchsia #D846BC

RGB

 RED value IS 216 (84.77% from 255) = 45.57%

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 45.57%
G = 14.77%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D846BC (or 0xD846BC) is known color: Fuchsia. HEX triplet: D8, 46 and BC. RGB value is (216,70,188). Sum of RGB (Red+Green+Blue) = 216+70+188=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D846BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D846BC is #27B943. Grayscale: #7E7E7E. Windows color (decimal): -2603332 or 12338904. OLE color: 12338904.

HSL color Cylindrical-coordinate representation of color #D846BC: hue angle of 311.51º degrees, saturation: 0.65, 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 #D846BC is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 70 188 -
CMYK 0 0.68 0.13 0.15
HSL 311.51º 0.65% 0.56% -
HSV(B) 311.51º 0.68% 0.85% -
XYZ 39.59 22.61 49.85 -
YUV 127.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 216 70 188 0 0.68 0.13 0.15 311.51 0.65 0.56
Hex D8 46 BC 0 44 D F 138 41 38
Octal 330 106 274 0 104 15 17 470 101 70
Binary 11011000 1000110 10111100 0 1000100 1101 1111 100111000 1000001 111000

Color Harmonies of #D846BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D846BC

Black with #D846BC

Text Example


Text Example

White with #D846BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D846BC; }

 p { color: rgb(216,70,188); }

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

background-color css

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

 a { background-color: rgb(216,70,188); }

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

border-color css

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

 span { border-color: rgb(216,70,188); }

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